{% extends 'base.html.twig' %} {% trans_default_domain "Social" %} {% block title %}{{ 'social.feed'|trans }}{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}
{# Main Feed Column #}
{% if isAuthenticated %} {# Post Composer — only for logged-in users #}
{{ 'social.whats_on_your_mind'|trans }}
{% endif %} {# Tabs #}
{% if isAuthenticated %} {% endif %}
{# Feed Items Container #}
{# Loading Indicator #} {# Empty State #}
{# Sidebar #}
{# Compose Post Modal — only for authenticated users #} {% if isAuthenticated %}

{{ 'social.create_post'|trans }}

{% endif %} {# Edit Post Modal #} {% if isAuthenticated %}

{{ 'social.edit_post'|trans }}

{% endif %} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}