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