feat: Add web view to display notes in HTML
All checks were successful
/ pre-commit (push) Successful in 2m59s

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2025-08-28 09:46:44 +02:00
commit 8edaebfad6
Signed by: jriou
GPG key ID: 9A099EDA51316854
3 changed files with 159 additions and 2 deletions

View file

@ -12,7 +12,7 @@
<div class="alert alert-success" role="alert">
<p>Note created successfully</p>
<p>
<a href="{{.URL}}">{{.URL}}</a>
<a href="{{.URL}}.html">{{.URL}}.html</a>
</p>
</div>
{{else}}
@ -20,8 +20,8 @@
<p>Could not create note</p>
<p><strong>{{.Err}}</strong></p>
</div>
{{end}}
</div>
{{end}}
{{block "footer" .}}{{end}}
</body>