From 99fc4f6c8c28179acc387c03b5e2862dde3cb1c5 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Wed, 19 Aug 2026 22:31:58 -0700 Subject: Remove met art page --- templates/mart/girl.html.template | 15 --------------- templates/mart/index.html.template | 14 -------------- templates/mart/set.html.template | 13 ------------- 3 files changed, 42 deletions(-) delete mode 100644 templates/mart/girl.html.template delete mode 100644 templates/mart/index.html.template delete mode 100644 templates/mart/set.html.template (limited to 'templates/mart') diff --git a/templates/mart/girl.html.template b/templates/mart/girl.html.template deleted file mode 100644 index bc82e4f..0000000 --- a/templates/mart/girl.html.template +++ /dev/null @@ -1,15 +0,0 @@ -{{- define "head"}} - {{.Name}} -{{- end}} - -{{- define "body"}} - {{$girlURL := .URL}} - {{- range .Sets}} -
- - - -
{{.Name}}
-
- {{- end}} -{{- end}} diff --git a/templates/mart/index.html.template b/templates/mart/index.html.template deleted file mode 100644 index 17365c1..0000000 --- a/templates/mart/index.html.template +++ /dev/null @@ -1,14 +0,0 @@ -{{- define "head"}} - Met Art Babes -{{- end}} - -{{- define "body"}} - {{- range .Girls}} -
- - - -
{{.Name}}
-
- {{- end}} -{{- end}} diff --git a/templates/mart/set.html.template b/templates/mart/set.html.template deleted file mode 100644 index dbe0f22..0000000 --- a/templates/mart/set.html.template +++ /dev/null @@ -1,13 +0,0 @@ -{{- define "head"}} - {{.Name}} -{{- end}} - -{{- define "body"}} -
- {{- range .Photos}} -
- -
- {{- end}} -
-{{- end}} -- cgit v1.3.1