src/pyams_content/component/paragraph/zmi/templates/keypoints-preview.pt
changeset 416 c848b7ceefb7
parent 406 5527bc086216
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/pyams_content/component/paragraph/zmi/templates/keypoints-preview.pt	Fri Mar 02 11:22:56 2018 +0100
@@ -0,0 +1,8 @@
+<div class="margin-bottom-10"
+	 tal:define="keypoints view.keypoints"
+	 tal:condition="keypoints">
+	<ul class="inside">
+		<li tal:repeat="item keypoints"
+			tal:content="item">item</li>
+	</ul>
+</div>
\ No newline at end of file