From 629b0189b7bf20c748a1d37f8803ad0e3ffb8a49 Mon Sep 17 00:00:00 2001 From: Alexander Kavon Date: Tue, 28 Nov 2023 05:24:30 -0500 Subject: working container compose w/database, no more auth package, message template partial, working html template writing, auth routes in user/routes.go --- ui/templates/base.tmpl.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/templates/base.tmpl.html') diff --git a/ui/templates/base.tmpl.html b/ui/templates/base.tmpl.html index 4e28bc0..a080925 100644 --- a/ui/templates/base.tmpl.html +++ b/ui/templates/base.tmpl.html @@ -3,9 +3,11 @@ {{template "title" .}} | newsstand.nyc + + {{template "messages" .}} {{template "main" .}} -- cgit v1.2.3