/releases/` (List)
* Returns array of release dictionaries, see above, but without package info.
diff --git a/app/templates/404.html b/app/templates/404.html
new file mode 100644
index 00000000..5d44ec1b
--- /dev/null
+++ b/app/templates/404.html
@@ -0,0 +1,13 @@
+{% extends "base.html" %}
+
+{% block title %}
+ Page not found
+{% endblock %}
+
+{% block content %}
+ Page not found
+
+ That page could not be found. The link may be broken, the page may have been deleted,
+ or you may not have access to it.
+
+{% endblock %}