%inherit file="base.html"/>
<%!
from headphones import helpers
%>
<%def name="body()">
<%-- Changed id to class --%>
Artist Name
Status
Latest Release
Have
%def>
<%def name="headIncludes()">
${parent.headIncludes()} <%-- Ensure parent head includes are kept --%>
%def>
<%def name="javascriptIncludes()">
${parent.javascriptIncludes()} <%-- Ensure parent javascript includes are kept --%>
<%-- Keep if still using for lazy loading --%>
%def>