{# ───────────────────────────────────────────── SPB Drive — Personal Cloud Drive ───────────────────────────────────────────── Author : Simon-Pierre Boucher Contact : contact@spboucher.ai File : src/web/views/base.njk Purpose : Base HTML layout — head, fonts, tokens, favicon, manifest License : MIT © Simon-Pierre Boucher ───────────────────────────────────────────── #} {% block title %}SPB Drive{% endblock %} {% block og %}{% endblock %} {% block body %}{% endblock %}