{% 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 %}