diff --git a/filed/templates/base.html b/filed/templates/base.html index a1ba3fa..8862072 100644 --- a/filed/templates/base.html +++ b/filed/templates/base.html @@ -17,8 +17,8 @@ - {% include "seotags.html" %} - {% block head %}{% endblock %} + {%- include "seotags.html" %} + {% block head %}{% endblock -%} @@ -34,7 +34,7 @@
- {% block body %}{% endblock %} + {%- block body %}{% endblock -%}
- {% block scripts %}{% endblock %} + {%- block scripts %}{% endblock -%} \ No newline at end of file