{#-
Template for buttons implemented as jinja2 macros.
- close: appears on the side navigation menu and the full screen search pane on
small screens.
- search: magnifying glass, appears in the search field in the header.
-#}
{% macro close(id, position="fixed") %}
{% endmacro %}
{% macro search(fg="text-white", bg="bg-gray-800", hover="hover:bg-gray-200") %}
{% endmacro %}