summaryrefslogtreecommitdiff
path: root/templates/logout.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/logout.tmpl')
-rw-r--r--templates/logout.tmpl24
1 files changed, 24 insertions, 0 deletions
diff --git a/templates/logout.tmpl b/templates/logout.tmpl
new file mode 100644
index 0000000..2ce7816
--- /dev/null
+++ b/templates/logout.tmpl
@@ -0,0 +1,24 @@
+<% c++ #include "user_content.hpp" %>
+<% skin view %>
+<% view logout uses content::user extends master %>
+
+<% template title() %>
+ <% include master::title() %> :: Logout
+<% end %>
+
+<% template page_content() %>
+ <div>
+ You have been logged out of the system. Thanks for using strus CMS.
+ </div>
+
+ <div>
+ If you found bugs, report them in Github.
+ </div>
+
+ <div>
+ Otherwise contacting the developers is possible via email directly.
+ </div>
+<% end template %>
+
+<% end view %>
+<% end skin %>