{% block comments %}{% endblock %} {% load url from future %} {% block title %}SteelScript App Framework{% endblock %} {% block site_header %} {% comment %} need to call yui-s separately since it seems to be less efficient with the network requests than the regular unsecured site - four combo requests versus upwards of 50 individual requests under https {% endcomment %} {% if request.is_secure %} {% else %} {% endif %} {% endblock %} {% block header %}{% endblock %} {% comment %} XXX comment out until updated django-annoucements available {% load announcements_tags %} {% announcements as announcements_list %} {% if announcements_list %} {% include "annoucements.html" %} {% endif %} {% endcomment %} {% block login_row %}
{% block header_row %}{% endblock %}
{% block login %} {% endblock %}
{% endblock %} {% if messages %} {% endif %} {% block content %}{% endblock %}
Powered by