Adds breadcrumbs and navigation, moves QR code to its own page.

This commit is contained in:
Ana Custura 2026-02-18 13:17:22 +00:00
parent d9f4c6d597
commit 947b4ac59a
7 changed files with 93 additions and 27 deletions

9
app/templates/about.html Normal file
View file

@ -0,0 +1,9 @@
{% extends "base.html" %}
{% block content %}
<h1 class="title is-large butter-title">About this {{get_setting('butterbox_name')}}.</h1>
<div class="block" style="align-content: center; text-align: center;">
<p> Some info here about butter and how to create your own.</p>
</div>
{% endblock %}