diff options
Diffstat (limited to 'templates/main_page.html')
-rw-r--r-- | templates/main_page.html | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/templates/main_page.html b/templates/main_page.html index dabb1ee..f7ffbe3 100644 --- a/templates/main_page.html +++ b/templates/main_page.html @@ -1,13 +1,18 @@ +{% import "macros.html" as macros %} <!DOCTYPE html> <head> <title> Hemiptera Bugtracker at {{DOMAIN}} </title> - <meta charset="utf-8"> - <link rel="stylesheet" type="text/css" href="/styles.css" > + {{ macros.head() }} </head> <body> - List of projects + <header> + + {{ macros.h1(DOMAIN) }} + <h2><a href="/" >List of projects</a></h2> + </header> + <table> <thead> <td>Name |