{# -*- engine: jinja2 -*- #} {% extends "base.html" %} {% block title %}About: {{ None|title }}{% endblock %} {% block content %}

About {{ None|title }}


    {% for line in guide.credits %}
      {{ line|toHTML }}
    {%-  endfor %}
  
{% endblock %} {# about.html ends here #}