{# -*- engine: jinja2 -*- #} {% extends "base.html" %} {% block title %}About: {{ None|title }}{% endblock %} {% block content %}
{% for line in guide.credits %}
{{ line|toHTML }}
{%- endfor %}
{% endblock %}
{# about.html ends here #}