{% extends "header.html" %} {% import 'macros.html' as macros %} {% import 'elements.html' as elm %} {% block content %}

{{ types_name }}

{% for type_name in types_data %}
  • {{ type_name }}
  • {% endfor %} {{ elm.footer() }} {% endblock %}