summaryrefslogtreecommitdiff
path: root/_layouts/default.html
blob: 6f9cb0cbf412026530f3c9f084b8bc6220cb6014 (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 is-half is-offset-one-quarter mt-4">
		{% include top_bar.liquid %}
		<div class="columns content mt-4">
		    {{ content }}
		</div>
	    </div>
	</div>
    </body>
</html>