{% macro nav(selected="", show_lhs=true) -%} {{ config.name }} {% if show_lhs %} {{ icon "house" }} Home {% endif %} {% if user %} {{ macros::avatar(username=user.username, size="24px") }} {{ icon "chevron-down" c(dropdown-arrow) }} {% else %} {{ icon "chevron-down" c(dropdown-arrow) }} {{ icon "log-in" }} Login {{ icon "user-plus" }} Register {% endif %} {%- endmacro %} {% macro avatar(username, size="24px") -%} {%- endmacro %}