{% extends '_layout.jinja2' %} {% block section %}

Moulin Rouge

Interpolation Rotations test Raw svgs

Quick tests

{% for link in links %} {% if link.endswith('_for') %}
{{ link.replace('test_', '').replace('_for', '').replace('_', ' ') | title }} {% for chart_name in charts_name %} {{ chart_name | title }} {% endfor %}
{% else %}
{{ link.replace('test_', '').replace('_', ' ') | title }}
{% endif %} {% endfor %}
{% endblock section %}