diff options
Diffstat (limited to 'templates/home.html')
-rw-r--r-- | templates/home.html | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/templates/home.html b/templates/home.html index 0cc420e..1298241 100644 --- a/templates/home.html +++ b/templates/home.html @@ -1,9 +1,3 @@ -<html> -<head> -<title>bombom</title> -<link rel="stylesheet" type="text/css" href="/static/default.css"></link> -</head> -<body> +{{ template "HEADER" }} <h1>Home Page</h1> -</body> -</html> +{{ template "FOOTER" }} |