{% load utils_tags %} {% block title %}NewsBlur{% endblock %} {% include_stylesheets "common" %} {% if user_profile.is_premium %} {% if debug %} {% else %} {% endif %} {% endif %} {% if not debug %} {% 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 %}