template_vitrine
<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="vitrine_content">
<a href="">
<p class="vitrine_title"><span tal:replace="structure widgets/++widget++titre_vitrine/render"></span></p>
<p class="vitrine_image"><img tal:replace="structure context/@@images/image_vitrine/thumb" /></p>
<p class="vitrine_txt"><span tal:replace="structure widgets/++widget++description_vitrine/render"></span></p>
</a>
</div>
</metal:content-core>
</metal:content-core>
</body>
</html>