UI/UX changes: PicoCSS -> mirageCSS, rice-box.go removed and placed on .gitignore (since it is generated anyway), update templates. Signed-off-by: Aoi K <koizumi.aoi@kyoko-project.wer.ee> Co-authored-by: Aoi K <koizumi.aoi@kyoko-project.wer.ee> Reviewed-on: https://git.mills.io/prologic/spyda/pulls/1 Co-authored-by: Aoi Koizumi (古泉 あおい) <novaburst@noreply@mills.io> Co-committed-by: Aoi Koizumi (古泉 あおい) <novaburst@noreply@mills.io>
10 lines
178 B
HTML
10 lines
178 B
HTML
{{define "content"}}
|
|
<article>
|
|
<div>
|
|
<hgroup>
|
|
<h2>{{ if .Error }}Error{{ else }}Success {{ end }}</h2>
|
|
<h3>{{ .Message }}</h3>
|
|
</hgroup>
|
|
</article>
|
|
{{end}}
|