layout: default


<section class=“container”>

<!-- Archive title -->
<h1>{{ page.title | default: 'Archive List' }}</h1>

<!-- Archive content - list of posts -->
{{ content }}

</section>