diff --git a/templates/param_help.html b/templates/param_help.html
new file mode 100644
index 0000000..df14e71
--- /dev/null
+++ b/templates/param_help.html
@@ -0,0 +1,5 @@
+
{{ name }} {{ optional }}
+
+ {{ type }}
+ {{ doc }}
+
\ No newline at end of file
diff --git a/templates/return_help.html b/templates/return_help.html
new file mode 100644
index 0000000..8f361cf
--- /dev/null
+++ b/templates/return_help.html
@@ -0,0 +1,2 @@
+
{{ type }}
+{{ doc }}