diff options
author | Blaise Thompson <blaise@untzag.com> | 2019-11-09 19:55:57 -0600 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2019-11-09 19:55:57 -0600 |
commit | c99d2447b57d6e14a78013152a53bb4552a33bb7 (patch) | |
tree | 7abce49aa4a35e51ae43dd2cace880b611a5f93b /app/templates/layout.html | |
parent | 735f16fe70f6f1d182d42d1f5161fe2aebe6aa6d (diff) |
pre-commit
Diffstat (limited to 'app/templates/layout.html')
-rw-r--r-- | app/templates/layout.html | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/app/templates/layout.html b/app/templates/layout.html deleted file mode 100644 index e63f746..0000000 --- a/app/templates/layout.html +++ /dev/null @@ -1,15 +0,0 @@ -<!DOCTYPE html> -<html> -<head> -<meta name="viewport" content="width=device-width, initial-scale=1"> -<link rel="stylesheet" href="{{ url_for('static', filename='css/main.css') }}"> -</head> -<body> - -<div class="container"> - {% block content %} - {% endblock %} -</div> - -</body> -</html> |