{% extends 'base/base.html' %} {% load tz %} {% load static %} {% block title %}Sayches{% if request.user.is_authenticated %} / Feed{% endif %}{% endblock %} {% block othermeta %} {% endblock %} {% block content %}
{% if request.user.is_authenticated %} {%include 'feed/textarea/create_post.html'%} {% endif %} {% if not is_block_post %}
{% endif %} {% if not is_block_post %}
{% else %} {% include "base/suspended.html" %} {% endif %}
{%include 'feed/popup.html'%}
{%include 'feed/sidebar.html'%}
{% include "base/footer/cookie_banner.html" %} {% if not request.user.is_authenticated %} {% include 'base/footer/footer.html' %} {% endif %} {% endblock content %} {% block js %} {% endblock js %}