{% extends "base.html" %} {% block content %}
{% if text is string %} {{ text }} {% else %} {% for item in text %} {{ item }} {% endfor %} {% endif %}