<html> <head> <title>Advene demo - Title</title> <link rel="stylesheet" tal:attributes="href package/resources/stylesheets/nosfe.css/absolute_url" type="text/css" /> <!--Style sheet --> </head> <body> <span tal:content="structure package/view/Menu">Menu</span><!-- General Menu --> <span tal:content="structure package/view/subMenu2">Sub Menu</span><!-- sub menu corresponding to your part --> <br /> <p class="bloc"><!-- Block How was it built ? --> <a>How was it built ?<span>Explanations</span></a> </p> <p class="bloc2"><!-- Block What is it ? --> <a>What is this view ?<span>It is ...</span></a> </p> <h1>Title 1</h1> <h2>Title 2</h2> <p>Text</p> </body> </html>