old_blog/_layouts/default.html
2019-07-05 14:16:46 -04:00

13 lines
197 B
HTML
Executable File

<!DOCTYPE html>
<html>
{% include head.html %}
<body>
<div class="container main">
{% include navbar.html %}
{{ content }}
</div>
{% include footer.html %}
</body>
</html>