aboutsummaryrefslogtreecommitdiff
path: root/templates/repo/about.html
blob: 5c476aa79df10e97121eef0a5b6820fdeefa1985 (plain)
1
2
3
4
5
6
{% extends "base.html" %}

{% block child_content %}
<pre class="readme">{{ readme }}</pre>
{% endblock %}