Add include files for header and footer.
[demoscenemusic.git] / src / main / resources / templates / artists
index b6efabd..6746152 100644 (file)
@@ -1,12 +1,4 @@
-<html>
-
-<head>
-       <title>Artists - Demoscene Music</title>
-</head>
-
-<body>
-
-<div id="main">
+<%include include/header title=="Artists">
 
 <h1>Browse Artists</h1>
 
        <p>There are no artists.</p>
 <%/foreach>
 
-</div>
-
-<div id="footer">
-© 2012 David ‘Bombe’ Roden
-</div>
-
-</body>
-
-</html>
+<%include include/footer>
\ No newline at end of file