Cleanup whitespace in templates
This commit is contained in:
parent
65d6c262a8
commit
ca731f5736
9 changed files with 129 additions and 131 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
{{ page.content | safe }}
|
||||
{% endblock content %}
|
||||
{%- block content %}
|
||||
{{- page.content | safe }}
|
||||
{%- endblock content %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue