Implemented tools as applets, Added Docker CCTV page, Fixed small issues
Update app.py, uuid-generator.yml, and 47 more files...
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
from typing import Union
|
||||
|
||||
from flask import render_template
|
||||
|
||||
|
||||
def render_list_ul(items: list[Union[str|list]]) -> str:
|
||||
return render_template(
|
||||
"elements/list-ul.jinja",
|
||||
list_items=items,
|
||||
render_list_ul=render_list_ul
|
||||
)
|
||||
|
Reference in New Issue
Block a user