Skip to content
Snippets Groups Projects
Commit 716241a8 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch 'feature/no-page-title-block' into 'master'

Add block for hiding page title tag

See merge request AlekSIS/AlekSIS!131
parents e965cbe2 c10ad03e
No related branches found
No related tags found
1 merge request!131Add block for hiding page title tag
Pipeline #694 failed
...@@ -101,7 +101,9 @@ ...@@ -101,7 +101,9 @@
{% endfor %} {% endfor %}
{% endif %} {% endif %}
<h4>{% block page_title %}{% endblock %}</h4> {% block no_page_title %}
<h4>{% block page_title %}{% endblock %}</h4>
{% endblock %}
{% block content %}{% endblock %} {% block content %}{% endblock %}
</main> </main>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment