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

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