{% macro nav(selected="", show_lhs=true) -%} {{ config.name }} {% if show_lhs %} Home {% endif %} {% if user %} {{ macros::avatar(username=user.username, size="24px") }} {% else %} Login Register {% endif %} {%- endmacro %} {% macro avatar(username, size="24px") -%} {%- endmacro %}