{% extends "components/_navbar_layout.html" %} {% block navbar_search %} {% include "searchbar.html" %} {% endblock %} {% block navbar_actions %} {% if not is_authenticated %} {% include "theme_toggle.html" %} {% endif %} {% endblock %}