forked from jriou/coller
Fixes #37. BREAKING CHANGE: API routes are prefixed by /api/note. Signed-off-by: Julien Riou <julien@riou.xyz>
8 lines
No EOL
211 B
HTML
8 lines
No EOL
211 B
HTML
{{define "error"}}
|
|
<div class="container mb-4 text-center">
|
|
<div class="alert alert-danger" role="alert">
|
|
<p>Could not show note</p>
|
|
<p><strong>{{.Err}}</strong></p>
|
|
</div>
|
|
</div>
|
|
{{end}} |