diff options
Diffstat (limited to 'main/templates/main.html.j2')
| -rw-r--r-- | main/templates/main.html.j2 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/main/templates/main.html.j2 b/main/templates/main.html.j2 new file mode 100644 index 0000000..d72558f --- /dev/null +++ b/main/templates/main.html.j2 @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html dir="ltr" lang="en"> +<head> + <meta charset="utf-8"/> + <title>{{ title }}</title> + <meta name="viewport" content="width=device-width, initial-scale=1"/> + <meta property="og:title" content="{{ title }}" /> + <meta property="og:type" content="website" /> + <meta property="og:url" content="{{ url }}" /> + <link rel="stylesheet" href="{{ site.assets_path_static }}/css/bootstrap-grid.min.css" /> +</head> +<body> +<p>Hello world.</p> +</body> +<footer> +</footer> +</html> |
