header.html 235 Bytes
{% if SISP_HOST in request.META.HTTP_HOST|stringformat:"s" %}
  {% include 'header_sisp.html' with SPB_PORTAL='http://'|add:SPB_HOST %}
{% else %}
  {% include 'header_spb.html'  with SISP_PORTAL='http://'|add:SISP_HOST %}
{% endif %}