From 9076095d7edc56ea44dcc66c1844659a156708e9 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Tue, 18 Aug 2026 17:00:21 -0700 Subject: Add Met Art page --- templates/mart/index.html.template | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 templates/mart/index.html.template (limited to 'templates/mart/index.html.template') diff --git a/templates/mart/index.html.template b/templates/mart/index.html.template new file mode 100644 index 0000000..db52057 --- /dev/null +++ b/templates/mart/index.html.template @@ -0,0 +1,14 @@ +{{- define "head"}} + Met Art Babes +{{- end}} + +{{- define "body"}} + {{- range .Girls}} +
+ + + +
{{.Name}}
+
+ {{- end}} +{{- end}} -- cgit v1.3.1