summaryrefslogtreecommitdiff
path: root/_layouts/page.liquid
blob: 30f54a97fe2323f342ca2081f636958709a99b14 (plain)
1
2
3
4
5
6
7
8
9
10
---
layout: default
---

<div class="column mb-4">
    {% include page_header.liquid %}
    <div class="column content">
	{{ content }}
    </div>
</div>