udemy-go-web-2/cmd/web/templates/all-subscriptions.page.gohtml
2024-08-21 21:49:08 +02:00

14 lines
168 B
Plaintext

{{template "base" .}}
{{define "title"}}
All Subscriptions
{{end}}
{{define "content"}}
<h2 class="mt-5">All Subscriptions</h2>
<hr>
{{end}}
{{define "js"}}
{{end}}