15 lines
161 B
Plaintext
15 lines
161 B
Plaintext
{{template "base" .}}
|
|
|
|
{{define "title"}}
|
|
All Subscriptions
|
|
{{end}}
|
|
|
|
{{define "content"}}
|
|
<h2 class="mt-5">All Sales</h2>
|
|
<hr>
|
|
{{end}}
|
|
|
|
{{define "js"}}
|
|
{{end}}
|
|
|