{% extends "base.html" %} {% set active_page = "quest_detail" %} {% block title %}ACKS Quest Detail{% endblock %} {% block content %}

Legends of PalismaQuest Detail

{% if quest %}

{{ quest['name'] }}

Info Window {% if quest['tsv'] %} TSV File {% endif %} Download
{% if quest['coords'] %}
Coordinates:
{{ quest['coords'] }}
{% endif %}
{% endif %} {% endblock %} {% block head %} {% endblock %}