base.html: format file

Signed-off-by: Gunwant Jain <mail@wantguns.dev>
This commit is contained in:
Gunwant Jain
2021-01-07 05:02:57 +05:30
parent 651f3d8157
commit 5d45bf8ebf

View File

@@ -1,11 +1,13 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="Description" content="Author: Gunwant Jain, <meta
A highly opinionated, minamalistic Pastebin without the bloat of a database."> name="Description"
content="Author: Gunwant Jain,
A highly opinionated, minamalistic Pastebin without the bloat of a database."
/>
<title>{{ title }}</title> <title>{{ title }}</title>
<style> <style>
@@ -46,17 +48,12 @@
{% block styles %} {% block styles %}
{% endblock styles %} {% endblock styles %}
</style> </style>
{% block head %} {% block head %} {% endblock head %}
{% endblock head %}
</head> </head>
<body> <body>
{% block body %}{% endblock body %} {% block body %}{% endblock body %}
</body> </body>
</html> </html>