## this is the skeleton of all pages on in this app - it defines the basic html tags
{{ app_name }}
## add any site-wide scripts or CSS here; for example, jquery:
## render the styles with the same name as this template and its supertemplates
${ django_mako_plus.link_css(self) }
Welcome to the {{ app_name }} app!
<%block name="content">
Site content goes here in sub-templates.
%block>
## render the scripts with the same name as this template and its supertemplates
${ django_mako_plus.link_js(self) }