bile |
| a simple self-hosted git server |
| git clone https://git.wayver.dev/bile |
| README | tree | log | refs |
templates/file.html@bd1a8f79badd439ab7a73e193be91ad175aafa67
raw| Date | Commit Message | Author | Files | + | - |
|---|---|---|---|---|---|
| 2026-02-17 21:07 | initial mvp | wayverd | 74 | 10800 | 0 |
| ... | |||||
1{% extends "base.html" %} 2 3{% block title %}{{repo|repo_name}} {{path.display()}} - {{crate::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 %}