From 65e087a6be791133b9d35709cfcd712a70d2e2ae Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Thu, 19 Apr 2012 08:07:04 +0200 Subject: [PATCH] Add template for artists page. --- src/main/resources/templates/artists | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/main/resources/templates/artists diff --git a/src/main/resources/templates/artists b/src/main/resources/templates/artists new file mode 100644 index 0000000..eac8373 --- /dev/null +++ b/src/main/resources/templates/artists @@ -0,0 +1,29 @@ + + + + Artists - Demoscene Music + + + + +
+ +

Browse Artists

+ +<%foreach artists artist> + <%first><%/last> +<%foreachelse> +

There are no artists.

+<%/foreach> + +
+ + + + + + -- 2.7.4