@ -293,7 +293,7 @@ def create(folder:Annotated[str,typer.Argument(help="path of the project folder"
#
#
# Build the configuration for the project
# Build the configuration for the project
if not os.path.exists(folder) :
if not os.path.exists(folder) :
root = 'www/html'
root = f'www{os.sep}html'
_system = System()
_system = System()
_layout = Layout()
_layout = Layout()
_layout = _layout.build(root=root, order={'menu':[]}, footer = [{"text":term} for term in footer.split(',')],header={'title':title,'subtitle':subtitle} )
_layout = _layout.build(root=root, order={'menu':[]}, footer = [{"text":term} for term in footer.split(',')],header={'title':title,'subtitle':subtitle} )