From b2447bc967df37b31282a97e32c581954bb8bcc9 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Thu, 17 Oct 2024 16:37:23 +0200 Subject: Move from html/template to templ --- pages/pages.templ | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 pages/pages.templ (limited to 'pages/pages.templ') diff --git a/pages/pages.templ b/pages/pages.templ new file mode 100644 index 0000000..b9b7489 --- /dev/null +++ b/pages/pages.templ @@ -0,0 +1,46 @@ +package pages + +import "gosten/model" + +templ notfound(uri string) { + @content() { + + } +} + +templ index(user string) { + @content() { + Logged in with user: {user} + } +} + +templ recur(rows []model.GetRecurExpensesRow) { + @content() { + + } +} + +templ categories(rows []model.GetCategoriesOrderedRow) { + @content() { + + } +} \ No newline at end of file -- cgit v1.2.3-70-g09d2