-
+
+
+
+
+
Paste text to see a live preview and character count.
@@ -123,8 +85,9 @@
+{% endblock %}
-
- {% include "partials/jobs.html" %}
-
+{% block scripts %}
+ {{ super() }}
+
{% endblock %}
diff --git a/abogen/web/templates/queue.html b/abogen/web/templates/queue.html
new file mode 100644
index 0000000..cebde96
--- /dev/null
+++ b/abogen/web/templates/queue.html
@@ -0,0 +1,9 @@
+{% extends "base.html" %}
+
+{% block title %}abogen · Queue{% endblock %}
+
+{% block content %}
+
+ {% include "partials/jobs.html" %}
+
+{% endblock %}
diff --git a/abogen/web/templates/settings.html b/abogen/web/templates/settings.html
new file mode 100644
index 0000000..703099f
--- /dev/null
+++ b/abogen/web/templates/settings.html
@@ -0,0 +1,78 @@
+{% extends "base.html" %}
+
+{% block title %}abogen · Settings{% endblock %}
+
+{% block content %}
+
+ Application settings
+ Settings apply to new jobs you queue from the dashboard.
+
+ {% if saved %}
+ Settings saved successfully.
+ {% endif %}
+
+
+
+{% endblock %}
diff --git a/abogen/web/templates/voices.html b/abogen/web/templates/voices.html
index 8fb86bc..392f2ab 100644
--- a/abogen/web/templates/voices.html
+++ b/abogen/web/templates/voices.html
@@ -55,13 +55,19 @@
Drag into the mixer or click Add.