diff options
Diffstat (limited to 'templates/page.html')
-rw-r--r-- | templates/page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.html b/templates/page.html index c6d8610..61e8811 100644 --- a/templates/page.html +++ b/templates/page.html @@ -12,4 +12,4 @@ {% block content %} <div class="heading-text">{{ page.description }}</div> {{ page.content | safe }} -{% endblock content %}
\ No newline at end of file +{% endblock content %} |