1 <%include include/header title=="Manage Artist">
3 <h1>Manage <% artist.name|html></h1>
5 <%foreach artists artist>
7 <li><% artist.name|html> <a href="admin.edit-artist?id=<% artist.id|html>">edit</a></li>
11 <h2>Add a New Artist</h2>
13 <%include include/admin.add-artist>
15 <%include include/footer>