{% unless page.metadata == false %}
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 %}
Tags: {% for tag in page.tags %} {% if site.data.tags.allowed-tags contains tag %} {{tag}}{% unless forloop.last %}, {% endunless%} {% endif %} {% endfor %} {% endif %}
{% 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 %}