{{ block scripts }} {{ endblock }} {{ block title }} Article 1 {{ endblock }} {% block content %} {% if player.participant.group_assigned == "Positive" %} {% include "./_templates/positive_content.html" %} {% elif player.participant.group_assigned == "Negative" %} {% include "./_templates/negative_content.html" %} {% else %} {% include "./_templates/neutral_content.html" %} {% endif %}