{% block content %} {% endblock %}
About
{% if about.author %}
Author: {{about.author}} {% if about.profile %} (profile) {% endif %}
{% endif %} {% if about.description %}Description: {{about.description}}
{% endif %}Help
{% if project.homepage %}
Homepage |
{% endif %}
{% if project.license %}
License |
{% endif %}
{% if project.issues %}
Report an issue
{% endif %}