{% macro nav(selected="", show_lhs=true) -%} {{ config.name }} {% if show_lhs %} {{ icon "house" }} {{ text "general:link.home" }} {{ icon "book-heart" }} {{ text "general:link.communities" }} {% endif %} {% if user %} {{ icon "bell" }} {% if user.notification_count > 0 %} {{ user.notification_count }} {% endif %} {{ macros::avatar(username=user.username, size="24px") }} {{ icon "chevron-down" c(dropdown-arrow) }} {{ user.username }} {{ icon "circle-user-round" }} {{ text "auth:link.my_profile" }} {{ icon "settings" }} {{ text "auth:link.settings" }} {{ 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 %}