Table of Contents
{% include toc.html %}
{% if page.tags != null or page.audience != null or page.last_updated != null %}
Page Information
{% endif %}
{% if page.tags != null %}
{% if site.show_audience_label == true and page.audience != null %}
Audience:
{% for audience in page.audience %}
{{audience}} {% unless forloop.last %}, {% endunless%}
{% endfor %}
{% endif %}
{% if page.last_updated != null %}
Last updated: {{page.last_updated}}
{% endif %}
{% endunless %}