This commit is contained in:
2016-06-14 21:54:24 -04:00
parent c8df251d02
commit 3de79fda50
10115 changed files with 32393 additions and 1035866 deletions

20
_layouts/base.html Executable file
View File

@@ -0,0 +1,20 @@
{% 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>