From 311befc9ba95b2d2f7db7a5efa2f912a5fa85879 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 10 Feb 2025 22:05:53 +0800 Subject: *.html.tmpl: Rename from *.html --- templates/repo_tree_file.html.tmpl | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 templates/repo_tree_file.html.tmpl (limited to 'templates/repo_tree_file.html.tmpl') diff --git a/templates/repo_tree_file.html.tmpl b/templates/repo_tree_file.html.tmpl new file mode 100644 index 0000000..7012cb1 --- /dev/null +++ b/templates/repo_tree_file.html.tmpl @@ -0,0 +1,19 @@ +{{- define "repo_tree_file" -}} + + + + {{ template "head_common" . }} + + {{ .group_name }}/repos/{{ .repo_name }}/{{ .path_spec }} – Lindenii Forge + + +

+ /{{ .path_spec }} +

+ {{ .file_contents }} + + + +{{- end -}} -- cgit v1.2.3