{% if config.include_mermaid %} {% endif %} ADR Viewer - {{ config.project_title }}

ADR Viewer - {{ config.project_title }}

{% for adr_record in config.records %}

{{ adr_record.title }} {% if adr_record.status == "accepted" %} {% elif adr_record.status == "superseded" %} {% elif adr_record.status == "amended" %} {% elif adr_record.status == "pending" %} {% else %} {% endif %}

{{ adr_record.body|safe }}
{% endfor %}
{% if config.include_mermaid %} {% endif %}