chore: consistent titles

This commit is contained in:
Per Stark
2025-05-19 12:23:44 +02:00
parent 30b9e7673c
commit 6066b1ccaa
9 changed files with 26 additions and 5 deletions

View File

@@ -1,5 +1,7 @@
{% extends 'body_base.html' %}
{% block title %}Minne Chat{% endblock %}
{% block title %}Minne - Chat{% endblock %}
{% block head %}
<script src="/assets/htmx-ext-sse.js" defer></script>
{% endblock %}