paulwalko.github.io/_layouts/base.html

21 lines
305 B
HTML
Raw Normal View History

2016-06-14 21:54:24 -04:00
{% include mode_switcher.html %}
<!DOCTYPE html>
<html>
<head>
{% include head_base.html %}
</head>
<body>
{% include header.html %}
<section id="l-main">
<div class="container">
{{ content }}
</div>
</section>
{% include footer.html %}
</body>
</html>