@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user