{# Javascript is at the bottom for faster page loading #}
{# see note in head about modernizr at the bottom #}
{% block modernizr %}
{% endblock %}
{% block init_js %}{% endblock %}{# useful for vars and other initializations #}
{% block site_js %}
{% endblock %}
{% block app_js %}{% endblock %}
{% block extrascript %}{% endblock %}
{# asynchronous google analytics: mathiasbynens.be/notes/async-analytics-snippet #}