template_liberation
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
xmlns:tal="http://xml.zope.org/namespaces/tal"
xmlns:metal="http://xml.zope.org/namespaces/metal"
xmlns:i18n="http://xml.zope.org/namespaces/i18n"
lang="en"
metal:use-macro="context/main_template/macros/master"
i18n:domain="plone">
<body>
<metal:content-core fill-slot="content-core">
<metal:content-core define-macro="content-core"
tal:define="widgets nocall:context/@@view">
<div class="liberation">
<a href="">
<p class="vitrine_title"><span tal:replace="structure widgets/++widget++nom/render"></span></p>
<p class="vitrine_title"><span tal:replace="structure widgets/++widget++cours_liberes/render"></span></p>
</a>
</div>
</metal:content-core>
</metal:content-core>
</body>
</html>