frontend-foundation: GOAT front-end Phase 1 — auth, tag management, public tag page (22/22 spec scenarios pass)
This commit is contained in:
7
frontend/templates/account.html
Normal file
7
frontend/templates/account.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{{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}}
|
||||
Reference in New Issue
Block a user