{% set player_bar = [ ('/npc/spells', 'spells', 'Spells', false), ('/worldmap', 'worldmap', 'Maps', false), ('/player_tokens', 'tokens', 'Tokens', false), ('https://reddit.com/r/PalismaACKS/wiki', 'redditwiki', 'Wiki', true), ] %} {% set judge_bar = [ ('/npc/party', 'npcparty', 'Generate Party', false), ('/npc/single', 'npcsingle', 'Generate NPC', false), ('/wandering_monster', 'wandering', 'Wandering Monster', false), ('/lairs', 'lairs', 'Lairs', false), ('http://autarch.co/treasure', 'treasure', 'Treasure', true), ('/quest/list', 'questlist', 'Quests', false), ('/wiki', 'wiki', 'Wiki', false), ]%} {% set navigation_bar = [ ('/', 'index', 'Home', false), ('/handbook', 'handbook', 'Handbook', false), (player_bar, 'section', 'Player Resources', false), (judge_bar, 'section', 'Judge Resources', false), ('https://reddit.com/r/PalismaACKS', 'subreddit', '/r/PalismaACKS', true), ] %} {% set active_page = active_page|default('index') %} {% block title %}{% endblock %} - Palisma ACKS {% block head %} {% endblock %}
{% block content %}{% endblock %}
{% block scripts %} {% endblock %}