summaryrefslogtreecommitdiff
path: root/_layouts/default.html
blob: 5697ebf6f699a978275fea03bc4e51fb52432ee7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
    {% include header.liquid %}

    <body>
	<div class="columns">
	    <div class="column page-container mt-4">
		{% include top_bar.liquid %}

		{{ content }}

		{% include footer.liquid %}
	    </div>
	</div>
    </body>
</html>