{% extends "base.html" %} {% set active_page = "lairs" %} {% block title %}Maps{% endblock %} {% block content %}

Adventurer Conqueror KingDynamic Lairs


Animal Lairs

    {% for i in animal %} {% endfor %}

Humanoid Lairs

    {% for i in humanoid %} {% endfor %}
{% endblock %} {% block head %} {% endblock %}