Pi66

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

src/templates/Readme.html

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


{{ readme_content }}

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