diff --git a/invenio_utilities_tuw/templates/invenio_utilities_tuw/base.html b/invenio_utilities_tuw/templates/invenio_utilities_tuw/base.html
deleted file mode 100644
index ab3c9d6cd4f9a09cee22d79a5b0e9bc02c1d1f5e..0000000000000000000000000000000000000000
--- a/invenio_utilities_tuw/templates/invenio_utilities_tuw/base.html
+++ /dev/null
@@ -1,16 +0,0 @@
-{#
-  Copyright (C) 2020 TU Wien.
-
-  Invenio-Utilities-TUW is free software; you can redistribute it and/or
-  modify it under the terms of the MIT License; see LICENSE file for more
-  details.
-#}
-<!DOCTYPE html>
-<html lang="en">
-  <head>
-    <meta charset="utf-8" />
-  </head>
-  <body>
-    {%- block page_body %}{%- endblock page_body %}
-  </body>
-</html>
diff --git a/invenio_utilities_tuw/templates/invenio_utilities_tuw/index.html b/invenio_utilities_tuw/templates/invenio_utilities_tuw/index.html
deleted file mode 100644
index 0d8d8fa3332e8eac1d34044c666d8c71fc3bbe55..0000000000000000000000000000000000000000
--- a/invenio_utilities_tuw/templates/invenio_utilities_tuw/index.html
+++ /dev/null
@@ -1,15 +0,0 @@
-{#
-  Copyright (C) 2020 TU Wien.
-
-  Invenio-Utilities-TUW is free software; you can redistribute it and/or
-  modify it under the terms of the MIT License; see LICENSE file for more
-  details.
-#}
-
-{%- extends config.UTILITIES_TUW_BASE_TEMPLATE %}
-
-{%- block page_body %}
-TODO: Example template, please remove if you do not need it.
-{{_('Welcome to %(module_name)s', module_name=module_name)}}
-{%- endblock %}
-