{% load utils_tags %} {% load static %} {% load pipeline %} {% autoescape off %} {% block title %}NewsBlur{% endblock %} {% include_stylesheets "common" %} {% if debug_assets %} {% else %} {% endif %} {% block header %}{% endblock %}
{% block content %}{% endblock %} {% block footer %} {% render_footer "welcome" %} {% endblock footer %}
{% block head_js %} {% include_javascripts "common" %} {% endblock head_js %} {% block extra_head_js %} {% endblock extra_head_js %} {% endautoescape %}