{% if isPrisonUser %}
    {% include "./prison-footer.njk" %}
{% else %}
    {% include "./external-footer.njk" %}
{% endif %}