{% load staticfiles %} {% load notifications_tags %} {% load iconolab_tags %} {% block head %} {% block title %}iconolab{% endblock %} {% block main_css %} {% endblock %} {% block page_css %} {% endblock %} {% endblock %} {% include "partials/header.html" %}
{% block content %}{% endblock %}
{% block footer_js %}{% endblock %} {% if IS_JS_DEV_MODE %} {% endif %} {% if not "localhost" in request.get_host %} {% include "partials/google_analytics.html" %} {% endif %}