{% set footnote = "An index of Anchovy example configuration code." %} {% extends "base.jinja.html" %} {% block content %}

Examples

{% for source, target in leaves %}

{{ source.name }}

{% endfor %}
{% endblock %}