{% macro nav(selected="", show_lhs=true) -%} {{ config.name }} {% if show_lhs %} {{ icon "house" }} {{ text "general:link.home" }} {% endif %} {% if user %} {{ macros::avatar(username=user.username, size="24px") }} {{ icon "chevron-down" c(dropdown-arrow) }} {{ user.username }} {{ icon "book-heart" }} {{ text "auth:link.my_profile" }} {{ icon "log-out" }} {{ text "auth:action.logout" }} {% else %} {{ icon "chevron-down" c(dropdown-arrow) }} {{ icon "log-in" }} {{ text "auth:action.login" }} {{ icon "user-plus" }} {{ text "auth:action.register" }} {% endif %} {%- endmacro %} {% macro avatar(username, size="24px") -%} {%- endmacro %}