footer.html 154 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 {% if SISP_HOST in request.META.HTTP_HOST|stringformat:"s" %} {% include 'footer_sisp.html' %} {% else %} {% include 'footer_spb.html' %} {% endif %}