hatetracker/_layouts/default.html

14 lines
248 B
HTML

<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include nav.html %}
<div class="container">
{% include logo.html %}
{% include social-share.html %}
{{content}}
{% include footer.html %}
</body>
</html>