{% extends 'base.html' %} {% block body %} {% include 'navbar.html' %} {% include 'likes-modal.html' %} {% if session['login'] %}
{% endif %}
{% if request.url_rule.endpoint == 'index_blueprint.index' or request.url_rule.endpoint == 'populary_posts_blueprint.populary' %}
{% endif %}
{% if request.url_rule.endpoint == 'follows_blueprint.tag' %}
Obserwujący: {{ tag_followers }}
{% if session['login'] %}