Incorporated issues

This commit is contained in:
2024-03-28 07:00:37 +01:00
parent 509e1d41db
commit 548d2c6023
11 changed files with 365 additions and 61 deletions

View File

@ -0,0 +1,10 @@
{{define "page-content"}}
{{range .}}
<div>
<h1>{{.Title}}</h1>
<p>{{.Description}}</p>
</div>
{{end}}
<button hx-get="/publish-issue/" hx-target="#page-content">Ausgabe publizieren</button>
<button hx-get="/hub/" hx-target="#page-content">Abbrechen</button>
{{end}}