diff options
Diffstat (limited to 'app/templates/flatpage.html')
| -rw-r--r-- | app/templates/flatpage.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/flatpage.html b/app/templates/flatpage.html index 167345d..5143f57 100644 --- a/app/templates/flatpage.html +++ b/app/templates/flatpage.html @@ -5,7 +5,7 @@ {% endblock %} {% block content %} - <h1>{{ page['title'] }}</h1> + {% if not page["no_h1"] %}<h1>{{ page['title'] }}</h1>{% endif %} {{ page.html | safe }} {% endblock %} |
