src/pyams_default_theme/component/illustration/templates/illustration-default.pt
changeset 326 d4b7d40f4847
parent 319 29ffc22ece57
equal deleted inserted replaced
325:06a83f82c204 326:d4b7d40f4847
     6 		${structure:tales:picture(image, alt=view.alt_title)}
     6 		${structure:tales:picture(image, alt=view.alt_title)}
     7 	</tal:var>
     7 	</tal:var>
     8 	<div tal:define="author view.author"
     8 	<div tal:define="author view.author"
     9 		 tal:condition="author"
     9 		 tal:condition="author"
    10 		 class="author">${author}</div>
    10 		 class="author">${author}</div>
       
    11 	<p class="description"
       
    12 	   tal:condition="view.description">
       
    13 		${structure:tales:html(view.description)}
       
    14 	</p>
    11 </div>
    15 </div>