Added headings to all templates
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
{{define "page-content"}}
|
||||
<h2>Unveröffentlichte Artikel</h2>
|
||||
|
||||
<div class="flex flex-col gap-4">
|
||||
{{range .}}
|
||||
<button class="btn" hx-get="/review-unpublished-article/{{.ID}}" hx-target="#page-content">
|
||||
|
Reference in New Issue
Block a user