Executive Summary

{{ title }}

{% if subtitle %}

{{ subtitle }}

{% endif %}

{{ author }} • {{ date }}{% if version %} • {{ version }}{% endif %}

Executive Summary

{{ exec_summary }}

Report Structure

This report is organized into {{ sections | length }} sections:

    {% for section in sections %}
  1. {{ section.title }}{% if section.subsections %} ({{ section.subsections | length }} subsections){% endif %}
  2. {% endfor %}
{% if appendices %}

Additionally, {{ appendices | length }} appendix document{{ "s" if appendices | length > 1 else "" }} {% if appendices | length > 1 %}are{% else %}is{% endif %} included with supporting material.

{% endif %}