diff --git a/templates/ktcore/standard_page.smarty b/templates/ktcore/standard_page.smarty
new file mode 100644
index 0000000..a6cdf31
--- /dev/null
+++ b/templates/ktcore/standard_page.smarty
@@ -0,0 +1,86 @@
+
+
+ The KnowledgeTree
+
+
+
+
+ { foreach from="$jsfiles" item="jsfile" }
+
+ { /foreach }
+ {$javascript}
+
+ { if $onloadjavascript }
+ { assign var="onloadjavascript" value="onload=\"$onloadjavascript\"" }
+ { /if }
+
+ { if $formenctype }
+ { assign var="formenctype" value="enctype=\"$formenctype\"" }
+ { /if }
+ { if ! $formdisabled }
+ { if $hasrequiredfields }
+ { assign var="onsubmit" value="onsubmit=\"return validateForm(this)\"" }
+ { /if }
+
+ { /if }
+
+