diff --git a/app/templates/plain/main.py b/app/templates/plain/main.py index 86fd363..f492fcd 100644 --- a/app/templates/plain/main.py +++ b/app/templates/plain/main.py @@ -7,6 +7,13 @@ from core import html +static = [ + { + "route" : "/templates/plain/css/", + "root" : "./templates/plain/static/css" + } +] + def main(dir, page): html_template = html.main.get_html("templates/plain/html") html_page = html.main.get_html(dir)