diff --git a/templates/ezmail/html/template.html b/templates/ezmail/html/index.html similarity index 99% rename from templates/ezmail/html/template.html rename to templates/ezmail/html/index.html index ce965ec..20cf1b9 100644 --- a/templates/ezmail/html/template.html +++ b/templates/ezmail/html/index.html @@ -332,7 +332,7 @@ ul.social li{
diff --git a/templates/ezmail/main.py b/templates/ezmail/main.py index 66878e2..5ae7748 100644 --- a/templates/ezmail/main.py +++ b/templates/ezmail/main.py @@ -7,7 +7,7 @@ def main(dir, page): html_template = html.main.get_html("templates/ezmail/html") html_page = html.main.get_html(dir) params_list = { - "template" : html_template ["template.html" ] , + "index" : html_template ["index.html" ] , "container" : html_page [ page+".html" ] } return params_list