{% set navigation_bar = [ ('/', 'index', 'Home'), ('/handbook', 'handbook', 'Handbook'), ('/worldmap', 'worldmap', 'World Map'), ('.header', 'generate', 'Generate'), ('.header', 'other', 'Other'), ('/npc/spells', 'spells', 'Spells'), ('/api/schema', 'api', 'API'), ] %} {% set generation_bar = [ ('/npc/party', 'npcparty', 'NPC Party'), ('/npc/single', 'npcsingle', 'Single NPC'), ('http://autarch.co/treasure', 'treasure', 'Treasure'), ] %} {% set active_page = active_page|default('index') %} {% block title %}{% endblock %} - Palisma ACKS {% block head %} {% endblock %}
{% block content %}{% endblock %}