{% from "navbar-item.html" import navbarItem %} {% import "icons.html" as icons %} {% extends "base.html" %} {% block body %} {{ icons.rhombus(attrs='class="size-9"') }} Rhombus {% if user %} {{ navbarItem(label="Account", href="/account", uri=uri) }} {% else %} {{ navbarItem(label="Sign In", href="/signin", uri=uri) }} {% endif %} {% include "command-palette.html" %} {% block content %} {% endblock %} {% endblock %}