{{ tag | string | replace('_', ' ') | titlecase }}

{% if tag in PRJCT_DESC %} {{ PRJCT_DESC[tag] }}
{% endif %} {% if tag in PRJCT_TODO %}

To Do Items

{{ PRJCT_TODO[tag] }}
{% endif %} {% if tag in PRJCT_DONE %}

Completed Items

{{ PRJCT_DONE[tag] }}
{% endif %}