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

Bundle: {{m.about.title}}

{{b.identity.fqname}}

{% if m.about.summary -%}

{{m.about.summary}}

{% endif -%} {% endblock %} {% block body %}
{% include 'bundle/ext_documentation.html' -%}
{% include 'bundle/contact.html' -%}
{% include 'bundle/sources.html' -%}
{% include 'bundle/dependencies.html' -%}
{% include 'bundle/documentation.html' -%}
{% include 'bundle/tables.html' -%}
{% include 'bundle/partitions.html' -%}
{% endblock %}