{% extends BASE_TEMPLATE|default:"base.htm" %}
{% block content %}
{% include "pygwalker/bs5/partials/header.htm" %}
{% if pyg %}
{% include "pygwalker/bs5/partials/pyg.htm" %}
{% include "pygwalker/bs5/partials/footer.htm" %}
{% elif no_data %}
{% endif %}
{% endblock content %}