{% extends 'base/base.html' %} {% load static %} {% block othermeta %} {% endblock %} {% block title %}Sayches / {% if hashtag %}{{ hashtag }}{% else %}Explore{% endif %}{% endblock %} {% block content %}
{% if ads %} {% include "feed/search/ad.html" %} {% endif %} {% if hashtag_post_user %} {% include "feed/search/hashtag_health.html" %} {% endif %} {% include "feed/search/tab.html" %}
{% if not is_block_post %}
{% else %} {% include "base/suspended.html" %} {% endif %}
{%include 'feed/search/user_tab.html'%} {%include 'feed/search/hashtag_tab.html'%}
{%include 'feed/popup.html'%}
{% endblock %} {% block js %} {% endblock js %}