diff --git a/templates/layouts/default.html b/templates/layouts/default.html index 4ef19c5..cc23af0 100644 --- a/templates/layouts/default.html +++ b/templates/layouts/default.html @@ -1,34 +1,32 @@ - - - {% block title %}{% endblock %} - - - - - - - - - {% lisp (insert-snippet "site-wide-snippet.html") %} - - - {% include "/layouts/header.html" %} - {% block content %}{% endblock %} - {% include "/layouts/footer.html" %} - + + + {% block title %}{% endblock %} + + + + + + + + + {% lisp (insert-snippet "site-wide-snippet.html") %} + + + {% include "/layouts/header.html" %} + {% block content %}{% endblock %} + {% include "/layouts/footer.html" %} +