Pi66

git.pi66.xyz
A web interface for the pi66.xyz Git server
git clone https://git.pi66.xyz/git.pi66.xyz

src/templates/License.html

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
{% set page_content %}
{% include "partials/repo-nav.html" %}

<pre class="!border-0" style="text-algin line-height: 125%;">
    <code>
        {{ license_content }}
    </code>
</pre>

{% endset %}
{% include "base.html" %}