2024-03-28 07:00:37 +01:00
|
|
|
{{define "page-content"}}
|
|
|
|
<div>
|
2024-03-28 08:41:38 +01:00
|
|
|
{{range .}}
|
|
|
|
<div>
|
|
|
|
<h1>{{.Title}}</h1>
|
|
|
|
<p>{{.Description}}</p>
|
|
|
|
</div>
|
|
|
|
{{end}}
|
2024-03-28 07:00:37 +01:00
|
|
|
</div>
|
2024-03-28 08:41:38 +01:00
|
|
|
|
2024-03-28 07:00:37 +01:00
|
|
|
<button hx-get="/publish-issue/" hx-target="#page-content">Ausgabe publizieren</button>
|
|
|
|
<button hx-get="/hub/" hx-target="#page-content">Abbrechen</button>
|
|
|
|
{{end}}
|