allow hiding title, e.g. if shown already in another macro

This commit is contained in:
Helmut Merz 2019-11-27 13:19:17 +01:00
parent 7567374e50
commit dae9610e2e

View file

@ -10,7 +10,9 @@
<metal:data define-macro="conceptdata">
<div tal:attributes="class string:content-$level;">
<tal:block condition="not:title_shown|python:False">
<metal:block use-macro="view/concept_macros/concepttitle"/>
</tal:block>
<metal:slot define-slot="fields">
<metal:block use-macro="view/concept_macros/conceptfields" />
</metal:slot>