src/pyams_default_theme/component/illustration/templates/illustration-default.pt
changeset 326 d4b7d40f4847
parent 319 29ffc22ece57
--- a/src/pyams_default_theme/component/illustration/templates/illustration-default.pt	Wed Jan 02 20:18:43 2019 +0100
+++ b/src/pyams_default_theme/component/illustration/templates/illustration-default.pt	Wed Jan 02 20:19:49 2019 +0100
@@ -8,4 +8,8 @@
 	<div tal:define="author view.author"
 		 tal:condition="author"
 		 class="author">${author}</div>
+	<p class="description"
+	   tal:condition="view.description">
+		${structure:tales:html(view.description)}
+	</p>
 </div>