{% extends "index.html" %} {% block content %}
{% if current_path is containing("tags") %} {% include "partials/tagsCards.html" %} {% include "partials/tagsSidebar.html" %} {% elif current_path is containing("memberships") %} {% include "partials/memberships.html" %} {% elif current_path is containing("people") %} {% else %} {% include "partials/newsPosts.html" %} {% include "partials/newsSidebar.html" %} {% endif %}
{% endblock content %}