Add and use include files to generate a div that spans all WoTNS content.
[WoTNS.git] / src / main / resources / templates / unknown.html
index 6fab8b9..4f16c62 100644 (file)
@@ -1,2 +1,4 @@
+<%include include/head.html>
 <h1>Unknown name</h1>
-<p>The name “<%shortName|html>” is unknown.</p>
\ No newline at end of file
+<p>The name “<%shortName|html>” is unknown.</p>
+<%include include/tail.html>
\ No newline at end of file