diff --git a/templates/html/Wize_with_index_sod.html b/templates/html/Wize_with_index_sod.html new file mode 100644 index 0000000..87d8503 --- /dev/null +++ b/templates/html/Wize_with_index_sod.html @@ -0,0 +1,288 @@ + + + + + [% title %] + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + +[% FOR page IN pages %] + +

+[% page.title %]

+[% END %] +
+ + + + + + + +
+ +
+
+
+ +
+ + + +[% options.empty_lines = "default" %] + + + +
+ + +
+ [% page.body %] +
+ +
+ +
+
+
+ + + + [% IF not loop.last %]
[% END %] + + +
+
+ + + + + + diff --git a/templates/html/Wize_with_index_sod/common b/templates/html/Wize_with_index_sod/common new file mode 120000 index 0000000..60d3b0a --- /dev/null +++ b/templates/html/Wize_with_index_sod/common @@ -0,0 +1 @@ +../common \ No newline at end of file