summaryrefslogtreecommitdiff
path: root/_layouts/base.liquid
blob: ef94592d7b54248dab785b6877d6c61db4483cec (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
    {% include header.liquid %}

    <body>
	<div class="columns">
	    {{ content }}
	</div>
    </body>
</html>