Added menu functions to template that generate a menu based on the
[cmless] / bin / cmless.py
index 97b944c..f4a5a28 100755 (executable)
@@ -32,6 +32,8 @@ def main():
     content = template.current_year(content)
     content = template.head_meta_description(content)
     content = template.head_meta_keywords(content)
     content = template.current_year(content)
     content = template.head_meta_description(content)
     content = template.head_meta_keywords(content)
+    content = template.menu_top_level(content)
+    content = template.menu_current_dir(content)
     content = template.body(content)
     print(content)
 
     content = template.body(content)
     print(content)