{% extends "base.html" %} {% block title %}Routines{% endblock %} {% block content_title %}Routines{% endblock %} {% block content %}
{% for name in routines %}
{{ name }}
{% endfor %}
{% endblock %} {% set parent_page = 'index_view' %}