diff --git a/templates/layouts/default.html b/templates/layouts/default.html index 780ea49..d8e00b2 100644 --- a/templates/layouts/default.html +++ b/templates/layouts/default.html @@ -1,27 +1,26 @@ - - - {% block title %}{% endblock %} - - - - - - - - - - - + + + {% block title %}{% endblock %} + + + + + + + + {% lisp (insert-snippet "site-wide-snippet.html") %} + +
-

{% if alert %}{{alert}}{% endif %}

+ {% if alert %}{{alert}}{% endif %}
{% include "/layouts/header.html" %} {% block content %}{% endblock %} {% include "/layouts/footer.html" %} - +