{% macro navbar(logo="MyApp", user=None, links=None) %} {# DaisyUI Navbar Component Args: logo: Brand name/logo text user: User object with .email attribute (optional) links: List of {url, text, icon} dicts for navigation (optional) #}
{% endmacro %}