{% extends "base.html" %} {% block title %}pgqueuer ยท entrypoints{% endblock %} {% block content %}

Entrypoints

Window: {% for w in windows %} {{ w }} {% endfor %}

{% include "partials/entrypoints.html" %}
{% endblock %}