21 lines
449 B
XML
21 lines
449 B
XML
<metal:block use-macro="main_template">
|
|
<div metal:fill-slot="content">
|
|
|
|
<p>
|
|
<a href="${url_retour}">[ Fermer ]</a>
|
|
<a href="${request.application_url}/doc_edit/${doc_id}" tal:condition="not layout.isAnonymous()">[ Modifier ]</a>
|
|
</p>
|
|
<hr>
|
|
<div tal:replace="structure texte">
|
|
Page text goes here.
|
|
</div>
|
|
<hr>
|
|
Dernière modification le ${modif_le}<br />
|
|
Tags : ${tags}
|
|
|
|
<br />
|
|
<br />
|
|
|
|
</div>
|
|
</metal:block>
|