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

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