You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cms/index.py

286 lines
8.9 KiB
Python

2 years ago
__doc__ = """
arguments :
--config path of the configuration otherwise it will look for the default in the working directory
"""
2 years ago
def _dialog ():
"""
# global _config
global _route
_handler = _route.get()
2 years ago
e = Environment(loader=BaseLoader()).from_string(_html)
# _sortedmenu = {}
# for _name in _config['layout']['order']['menu'] :
# if _name in _menu :
# _sortedmenu[_name] = _menu[_name]