base.html: format file
Signed-off-by: Gunwant Jain <mail@wantguns.dev>
This commit is contained in:
parent
651f3d8157
commit
5d45bf8ebf
1 changed files with 48 additions and 51 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue