{% if m.title -%}
{{m.title}}
{% endif %} {% if m.uid -%}
Manifest {{m.uid}}
{% endif %}
{% for line, section in m.sorted_sections -%} {% include section.tag+'.html' ignore missing -%} {% endfor %}