11 lines
275 B
HTML
11 lines
275 B
HTML
{{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}}
|