Add favicon and title

This commit is contained in:
gabatxo1312 2026-01-30 19:16:51 +01:00
commit 09429080b1
No known key found for this signature in database
13 changed files with 62 additions and 12 deletions

View file

@ -3,6 +3,10 @@
{% import "components/cards.html" as cards %}
{% import "components/inputs.html" as form_helpers %}
{% block title %}
{{ t!("book.new.title_tag") }}
{% endblock %}
{% block main %}
{{ typography::heading(t!("book.new.title")) }}