{% extends "layout.html" %} {% block title %}Manifest: {{m.title}}{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block masthead %}

Manifest: {{m.title}}

{% if m.uid -%}

Manifest {{m.uid}}

{% endif %}

{{m.summary.html}}

{% endblock %} {% block body %}
{% for line, section in m.tagged_sections('partitions') -%} {% include 'manifest/'+section.tag+'.html' ignore missing -%} {% endfor %}

Views and MViews

{% for line, section in m.tagged_sections(['view', 'mview']) -%} {% include 'manifest/'+section.tag+'.html' ignore missing -%} {% endfor %}
{% endblock %}