Add a header_description block to the header template

This makes it easier to write flexible templates for contents.lr files written in markdown
This commit is contained in:
kez 2021-07-02 14:58:00 -04:00
parent fbc24381fd
commit 0da4637ee0

View File

@ -38,7 +38,7 @@
{% else %}
<div class="row header-description">
{% endif %}
{{ this.header_description }}
{% block header_description %}{{ this.header_description }}{% endblock %}
</div>
</div>
{% endif %}