%inherit file="base.html" />
<%def name="body()">
Artists You Might Like
%for artist in cloudlist:
<%--
Modified the anchor tag to use data attributes for AJAX
and href="#" to prevent default navigation.
--%>
-
${artist['ArtistName']}
%endfor
%def>
<%def name="javascriptIncludes()">
${parent.javascriptIncludes()} <%-- Ensure parent javascript includes are kept --%>
%def>