17 lines
373 B
XML
17 lines
373 B
XML
<metal:block use-macro="main_template">
|
|
<div metal:fill-slot="content">
|
|
|
|
<a href="${url_retour}">[ Fermer ]</a>
|
|
<a href="${request.application_url}/doc_edit/${doc_id}" tal:condition="not layout.isAnonymous">[ Modifier ]</a>
|
|
<br />
|
|
<hr>
|
|
<div tal:replace="structure texte">
|
|
Page text goes here.
|
|
</div>
|
|
<hr>
|
|
<br />
|
|
<br />
|
|
|
|
</div>
|
|
</metal:block>
|