{% block css %} {% include 'css_base.html' %} {% endblock %}
{% block content %} {% endblock %}
{% include 'footer.html' %}
{% block js %} {% endblock %} {% if site.get('google_analytics') %} {# Google Analytics Support #} {% include 'google_analytics.html' %} {% endif %}