diff options
| author | Rose Hogenson <rhogenson@google.com> | 2026-07-23 16:09:54 -0700 |
|---|---|---|
| committer | Rose Hogenson <rhogenson@google.com> | 2026-07-23 16:09:54 -0700 |
| commit | 8f036c1780ebc2d07d3043f8d805e1dde0725669 (patch) | |
| tree | a8ce04e115ec49fa2165d454abd0663557d098dc /templates | |
| parent | 50e829808d7c61e04ed35af5d178aedffa15f90c (diff) | |
| download | roseh.moe-8f036c1780ebc2d07d3043f8d805e1dde0725669.tar.zst | |
Add cmd-index.html.template
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/cmd-index.html.template | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/cmd-index.html.template b/templates/cmd-index.html.template new file mode 100644 index 0000000..7628b86 --- /dev/null +++ b/templates/cmd-index.html.template @@ -0,0 +1,12 @@ +{{define "head"}} + <title>Packages</title> +{{end}} + +<section> + <p>Package index</p> + <ul> + {{range .Packages}} + <li><p><a href="https://pkg.go.dev/roseh.moe/pkg/{{.Name}}">{{.Name}}</a> - {{.Description}}</p></li> + {{end}} + </ul> +</section> |
