Add include to render a complete artist.
[demoscenemusic.git] / src / main / resources / templates / artists
index 6746152..a5e2147 100644 (file)
@@ -4,7 +4,7 @@
 
 <%foreach artists artist|sort>
        <%first><ul><%/first>
-       <li><a href="artist?id=<% artist.id|html>"><% artist.name|html></a></li>
+       <li><%include include/artist></li>
        <%last></ul><%/last>
 <%foreachelse>
        <p>There are no artists.</p>