{{ title }}

{{ date }} {% if author %} • {{ author }}{% endif %} • Prepared for {{ audience }}

{% if classification %} {{ classification }} {% endif %}

Bottom Line

{{ tldr }}

Context

{{ context }}

Key Findings

{% for finding in findings %}
{{ finding.severity | default('info') | upper }}

{{ finding.title }}

{{ finding.detail }}

{% endfor %}

Recommendations

    {% for rec in recommendations %}
  1. {{ rec }}
  2. {% endfor %}

Next Actions

{% for action in next_actions %} {% endfor %}
Action Owner Due
{{ action.action }} {{ action.owner }} {{ action.due }}
{% if appendix_notes %}

Notes

{{ appendix_notes }}

{% endif %}