## this is the skeleton of all *ajax* pages on our site - page snippets that are retrieved with Ajax. ## it's primary function is to insert the CSS and JS for the ajax file template inheritance ## render the styles with the same name as this template and its supertemplates ${ django_mako_plus.link_css(self) } ## render the ajax content <%block name="content"> Sub-templates should place their ajax content here. ## render the scripts with the same name as this template and its supertemplates ${ django_mako_plus.link_js(self) }