Add example Qute resource.

Change-Id: Ie5be7967d6d8536270873d01641f5ff825e31e07
diff --git a/src/main/resources/templates/benki/wiki/wikiPage.html b/src/main/resources/templates/benki/wiki/wikiPage.html
new file mode 100644
index 0000000..9b3af5d
--- /dev/null
+++ b/src/main/resources/templates/benki/wiki/wikiPage.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+<head>
+  <meta charset="UTF-8">
+  <title>{title} &#8212; Benki Wiki</title>
+</head>
+<body>
+  <h1>{title}</h1>
+</body>
+</html>