{% macro nav(selected="", show_lhs=true, hide_user_menu=false) -%} {%- endmacro %} {% macro timelines_nav(selected="") -%}
{% if user %} {{ icon "newspaper" }} {{ text "general:link.home" }} {% else %} {{ icon "earth" }} {{ text "general:link.all" }} {% endif %} {{ icon "trending-up" }} {{ text "general:link.popular" }} {% if user %} {{ icon "rss" }} {{ text "general:link.following" }} {{ icon "earth" }} {{ text "general:link.all" }} {% endif %}
{%- endmacro %} {% macro timelines_secondary_nav(posts="", questions="", selected="posts") -%} {% if user %}
{{ icon "newspaper" }} {{ text "communities:label.posts" }} {{ icon "message-circle-heart" }} {{ text "communities:label.questions" }}
{% endif %} {%- endmacro %} {% macro community_nav(community, selected="") -%} {% if community.context.enable_questions %}
{{ icon "newspaper" }} {{ text "communities:tab.posts" }} {{ icon "message-circle-heart" }} {{ text "communities:tab.questions" }}
{% endif %} {%- endmacro %}