8 lines
239 B
HTML
8 lines
239 B
HTML
{{define "content"}}
|
|
<div class="flex items-center justify-between">
|
|
<h1 class="text-2xl font-bold">My Tags</h1>
|
|
<a href="/" class="text-sm text-stone-600 hover:underline">← Home</a>
|
|
</div>
|
|
{{template "account-panel" .Data}}
|
|
{{end}}
|