header.html 153 Bytes
{% if SISP_URL in request.META.HTTP_HOST|stringformat:"s" %}
  {% include 'header_sisp.html' %}
{% else %}
  {% include 'header_spb.html' %}
{% endif %}