Add include to render a complete artist.
[demoscenemusic.git] / src / main / resources / templates / include / artist
diff --git a/src/main/resources/templates/include/artist b/src/main/resources/templates/include/artist
new file mode 100644 (file)
index 0000000..ecf2290
--- /dev/null
@@ -0,0 +1 @@
+<a href="artist?id=<%artist.id|html>"><% artist.name|html></a><%foreach artist.groups group|sort><%first> / <%/first><%notfirst> ^ <%/notfirst><a href="group?id=<%group.id|html>"><%group.name|html></a><%/foreach>
\ No newline at end of file