#666 Cemetery Rd N
Haunted City, Haunted Province
{% url 'landing:boneyard' as boneyard_url %}
{% include 'landing/footer/element/footer_link_element.html' with url=boneyard_url text='Boneyard' %}
{% url 'landing:crypt' as crypt_url %}
{% include 'landing/footer/element/footer_link_element.html' with url=crypt_url text='Crypt' %}
{% url 'landing:asylum' as asylum_url %}
{% include 'landing/footer/element/footer_link_element.html' with url=asylum_url text='Asylum' %}
{% url 'landing:wasteland' as wasteland_url %}
{% include 'landing/footer/element/footer_link_element.html' with url=wasteland text='Wasteland' %}