{% extends "base.html" %} {% block title %}Queue - AniWorld Downloader{% endblock %} {% block content %}

Download Queue

{# Only reachable from a queue row, so it lives with the queue rather than on every page in base.html. #}
{% endblock %} {% block scripts %} {% endblock %}