Pi66

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

src/templates/File-preview.html

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
{% set page_content %}

{% include "partials/repo-nav.html" %}

<h1>
    {{file_name}}
</h1>
{{file_content}}
{% endset %}

{% include "base.html" %}