Skip to content
Snippets Groups Projects
Verified Commit c10ad03e authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Add block for hiding page title tag

parent e965cbe2
No related branches found
No related tags found
1 merge request!131Add block for hiding page title tag
Pipeline #693 failed
......@@ -101,7 +101,9 @@
{% endfor %}
{% endif %}
<h4>{% block page_title %}{% endblock %}</h4>
{% block no_page_title %}
<h4>{% block page_title %}{% endblock %}</h4>
{% endblock %}
{% block content %}{% endblock %}
</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