Mustache-based templating engine

This commit is contained in:
2024-04-11 19:12:43 -06:00
parent 8fcd25543d
commit b9463ad58f
7 changed files with 212 additions and 149 deletions

1
templates/nav-link.html Normal file
View File

@@ -0,0 +1 @@
<a href="{{indexFilename}}">{{displayName}}</a>{{#errored}} (errored){{/errored}}{{^errored}}{{#empty}} (empty){{/empty}}{{/errored}}