update templates with show_title

This commit is contained in:
Daniel Fichtinger 2025-07-05 16:02:05 -04:00
parent 3c87925497
commit d5336b895d
2 changed files with 5 additions and 0 deletions

View file

@ -1,6 +1,9 @@
{% extends "base.html" %}
{% block content %}
{% if metadata.show_title %}
<center><h1>{{ metadata.title }}</h1></center>
{% endif %}
{{ content | safe }}
{% endblock %}