footer.html 158 Bytes
{% if 'sisp.gov.br' in request.META.HTTP_HOST|stringformat:"s" %}
  {% include 'footer_sisp.html' %}
{% else %}
  {% include 'footer_spb.html' %}
{% endif %}