{% extends '_layout.jinja2' %} {% block section %}
All types
{% for style in styles %}
{{ style }}
{% endfor %}
Interpolation Rotations test

Quick tests

{% for link in links %}
{{ link.replace('test_', '').replace('_', ' ') | title }}
{% endfor %}
{% endblock section %}