+ The file you requested ({$requested_page}) could not be found.
+ If you typed in the address manually, check that you have spelled it correctly,
+ or if you followed a link, let us know and we'll look into it.
+
\ No newline at end of file
diff --git a/source/webui/templates/errors/unhandled-exception.tpl b/source/webui/templates/errors/unhandled-exception.tpl
new file mode 100644
index 0000000..58ce7f6
--- /dev/null
+++ b/source/webui/templates/errors/unhandled-exception.tpl
@@ -0,0 +1,46 @@
+
An unhandled error has occurred
+
+ There was a problem trying to complete the requested action. Please try again and if the problem persists, let us know.
+
+
+{if $display_exceptions}
+
+ An unhandled exception was caught during the page template processing. The full details are shown below:
+
+
+
+
+
+
+
+
+
+
+
Exception
+
{$exception_type}
+
+
+
File
+
{$exception->getFile()}
+
+
+
Line
+
{$exception->getLine()}
+
+
+
Message
+
{$exception->getMessage()}
+
+
+
Stack Trace
+
{$exception->getTrace()|print_r}
+
+
+
+
+
+ Note: Exception details should not be displayed on production systems.
+ Disable the debug.show_exceptions
+ setting to omit the exception details from this page.
+
+{/if}
\ No newline at end of file
diff --git a/source/webui/templates/home.tpl b/source/webui/templates/home.tpl
new file mode 100644
index 0000000..30404ce
--- /dev/null
+++ b/source/webui/templates/home.tpl
@@ -0,0 +1 @@
+TODO
\ No newline at end of file
diff --git a/source/webui/templates/index.tpl b/source/webui/templates/index.tpl
new file mode 100644
index 0000000..5c3acc6
--- /dev/null
+++ b/source/webui/templates/index.tpl
@@ -0,0 +1,60 @@
+
+
+
+ Status Board
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/source/webui/templates/sidebar.tpl b/source/webui/templates/sidebar.tpl
new file mode 100644
index 0000000..1dcbf63
--- /dev/null
+++ b/source/webui/templates/sidebar.tpl
@@ -0,0 +1,6 @@
+