old_blog/_layouts/default.html

13 lines
197 B
HTML
Raw Normal View History

2019-07-05 14:16:46 -04:00
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
<div class="container main">
{% include navbar.html %}
{{ content }}
</div>
{% include footer.html %}
</body>
</html>