aboutsummaryrefslogtreecommitdiff
path: root/templates/web/about.html
blob: cfccb5039365cdfbe22f5b58ff1bc094682a18ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{% extends "base.html" %}


{% block content %}
<article>
    {% if readme %}
    {{ readme | safe }}
    {% else %}
    This collection doesn't have a README.rst or README.txt file:
    maybe add one?
    {% endif %}
</article>
{% endblock %}