diff --git a/scm-webapp/src/main/resources/templates/error.mustache b/scm-webapp/src/main/resources/templates/error.mustache
new file mode 100644
index 0000000000..ade00d002b
--- /dev/null
+++ b/scm-webapp/src/main/resources/templates/error.mustache
@@ -0,0 +1,14 @@
+{{< layout}}
+
+ {{$title}}SCM-Manager Error{{/title}}
+
+ {{$content}}
+
There is an error occurred during SCM-Manager startup.
+
+
+ {{/content}}
+{{/ layout}}
diff --git a/scm-webapp/src/main/resources/templates/repository-root.mustache b/scm-webapp/src/main/resources/templates/repository-root.mustache
deleted file mode 100644
index 7e5cd5951e..0000000000
--- a/scm-webapp/src/main/resources/templates/repository-root.mustache
+++ /dev/null
@@ -1,102 +0,0 @@
-
-
-
-
- SCM-Manager support information
-
-
-
-
- SCM-Manager Repositories
-
-
- {{#repositories}}
- -
- {{name}}
-
- {{/repositories}}
-
-
-
-
diff --git a/scm-webapp/src/main/resources/templates/support.mustache b/scm-webapp/src/main/resources/templates/support.mustache
deleted file mode 100644
index 822ac5e9d5..0000000000
--- a/scm-webapp/src/main/resources/templates/support.mustache
+++ /dev/null
@@ -1,150 +0,0 @@
-
-
-
-
- SCM-Manager support information
-
-
-
-
- SCM-Manager support information
-
- Information for SCM-Manager support.
-
- Version
-
-
- - Version: {{version.version}}
- - Stage: {{version.stage}}
- - StoreFactory: {{version.storeFactory}}
-
-
- Configuration
-
-
- - Anonymous Access Enabled: {{configuration.anonymousAccessEnabled}}
- - Enable Proxy: {{configuration.enableProxy}}
- - Force Base Url: {{configuration.forceBaseUrl}}
- - Disable Grouping Grid: {{configuration.disableGroupingGrid}}
- - Enable Repository Archive: {{configuration.enableRepositoryArchive}}
-
-
- Installed Plugins
-
-
- {{#pluginManager.installed}}
- - {{id}}
- {{/pluginManager.installed}}
-
-
- Runtime
-
-
- - Free Memory: {{runtime.freeMemory}}
- - Total Memory: {{runtime.totalMemory}}
- - Max Memory: {{runtime.maxMemory}}
- - Available Processors: {{runtime.availableProcessors}}
-
-
- System
-
-
- - OS: {{system.os}}
- - Architecture: {{system.arch}}
- - ServletContainer: {{system.container}}
- - Java: {{system.java}}
- - Local: {{system.locale}}
- - TimeZone: {{system.timeZone}}
-
-
- Repository Handlers
-
-
- {{#repositoryHandlers}}
- - {{type.displayName}}/{{type.name}} ({{versionInformation}})
- {{/repositoryHandlers}}
-
-
-
-