{% load staticfiles %} {% block title %}{% endblock %} {% block head %}{% endblock %} {% include 'yplaces/css.html' %} {% include 'yplaces/google_analytics.html' %} {% include 'yplaces/navbar.html' %} {% block body %}{% endblock %} {% include 'yplaces/footer.html' %} {% block javascript %}{% endblock %}