bile |
| a simple self-hosted git server |
| git clone https://git.wayver.dev/bile |
| README | tree | log | refs |
templates/file.html@main
raw| Date | Commit Message | Author | Files | + | - |
|---|---|---|---|---|---|
| 2026-02-19 17:51 | large refactoring | wayverd | 53 | 2153 | 1683 |
| ... | |||||
1{% extends "base.html" %} 2 3{% block title %}{{repo|repo_name}} {{path.display()}} - {{config.site_name}}{% endblock %} 4 5{% block content %} 6 {% include "repo-navbar.html" %} 7 {{path.display()}}@{{spec}} 8 raw 9 {% include "last-commit.html" %} 10 {{file_text|safe}} 11{% endblock %}