{# The shell every full page extends. A page template overrides `title`, optionally `head` (extra scripts) and `body_class`, and always `content`. Every page struct must carry a `nav: crate::ui::Nav` field, because the navbar component below reads it. #} {% block title %}Komp Accounting{% endblock %} ยท Komp Accounting {% block head %}{% endblock %} {% include "ui/navbar.html" %} {% block content %}{% endblock %}