update templates, style

This commit is contained in:
Daniel Fichtinger 2025-07-14 17:57:40 -04:00
parent 735101cd4f
commit ce89015228
6 changed files with 35 additions and 25 deletions

View file

@ -2,7 +2,7 @@
{% block content %}
{% if metadata.show_title %}
<center><h1>{{ metadata.title }}</h1></center>
{% include "title.html" %}
{% endif %}
{{ content | safe }}
{% endblock %}