ADR Viewer - {{ config.project_title }}
{% for adr_record in config.records %}
{{ adr_record.title }}
{% if adr_record.status == "accepted" %}
{% elif adr_record.status == "superceded" %}
{% elif adr_record.status == "amended" %}
{% else %}
{% endif %}
{{ adr_record.body|safe }}
{% endfor %}