{% extends "base.html" %} {% from "macros/feed.html" import feed_post, stop_scrolling, no_more_scrolling with context %} {% from "macros/title.html" import title_tag with context %} {% from "macros/nav.html" import nav_guild, nav_top_communities with context %} {% block title %} {{ title_tag(feed_title) }} {% endblock %} {% block heading %}

{{ feed_title }}

{% endblock %} {% block nav %} {% if top_communities %} {{ nav_top_communities(top_communities) }} {% endif %} {% if feed_type == 'guild' %} {{ nav_guild(guild) }} {% endif %} {% endblock %} {% block content %} {% endblock %} {% block scripts %} {% endblock %}