{% if summary %}
{% else %}
{% endif %}
{% block title %} {{ project }} {% endblock title %}
{% if css %}
{% endif %}
Toggle navigation
{{ project }} {% if version %}
{{ version }}
{% endif %}
{% if project.files|length > 1 %}
Source Files
{% else %}
Source File
{% endif %} {% if project.modules|length > 0 %}
Modules
{% endif %} {% if project.procedures|length > 0 %}
Procedures
{% endif %} {% if project.types|length > 0 %}
Derived Types
{% endif %} {% if project.programs|length > 1 %}
Programs
{% elif project.programs|length == 1 %}
Program
{% endif %}
{% block body %} {% endblock body %}