Include another head.html and another footer.html if current site
contains 'sisp.gov.br'
Signed-off-by: Alexandre Barbosa <alexandreab@live.com>
Signed-off-by: Lucas Moura <lucas.moura128@gmail.com>
{% if 'sisp.gov.br' in request.META.HTTP_HOST|stringformat:"s" %}
{% include 'header_sisp.html' %}
{% else %}
{% include 'header_spb.html' %}
{% endif %}