1 2 3 4 5 6 7
{% include "header.html" %} <main class="site-main"> <h1>{{ page.title }}</h1> <p class="taxonomy-desc">Browse all terms in this taxonomy:</p> {{ content }} </main> {% include "footer.html" %}