{% extends "layout.html" %} {% block title %}{{title}}{% endblock %} {% block page %}{{title}}{% endblock %} {% block heading %} {{ super() }} {% endblock %} {% block content %}
My string: {{my_string}}
Value from the list: {{my_list[3]}}
Loop through the list: