summaryrefslogtreecommitdiff
path: root/_layouts/default.html
blob: d923f687e883f9ccd2f0af9105d9ff8c34d317d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html lang="en">
	{% include head.html %}
	<body>
		{% include header.html %}
		<main>
			<div class="container">
				{{ content }}
			</div>
		</main>
		{% include footer.html %}
	</body>
</html>