{% extends "base.html" %} {% from "_custom_select.html" import custom_select %} {% block title %}Feed - {{ brand_name }}{% endblock %} {% block header_actions %} {# New post uses the shared + button (new-btn) - left of notif, opens create-post-modal on feed #} {% endblock %} {% block main_content %}

Feed

Activity from people and trending.

{% if feed_initial_state %} {% endif %} {# Search Info Bar #}
{# Search results (users + repos) - shown when search param present #}
{% endblock %} {% block scripts %} {% endblock %} {% block portals %} {# Create Post Modal #} {% if g.user %} {# Delete Post Confirm Modal #} {% endif %} {# Report Modal #} {% endblock %}