diff --git a/templates/list-licences.html b/templates/list-licences.html
deleted file mode 100644
index c0ce7e4..0000000
--- a/templates/list-licences.html
+++ /dev/null
@@ -1,33 +0,0 @@
-{% set ns = namespace() -%}
-
-{% include 'head.html' with context %}
-
-AAC Statistics: {% if year %} {{ year }}{% endif %}{% if title %} {{ title | title }}{% endif %}
-{% if results -%}
- {%- set ns.total = 0 -%}
- {%- if 'count' in results -%}
- {%- set ns.total = results['count'] -%}
- {%- endif -%}
-
-{%- endif %}
-
-
-