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