You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<title>{% block title %}^V - the everything paste bin{% endblock title %}</title>
|
|
|
|
<meta name="description" content="^V - paste bin"/>
|
|
|
|
<meta name="author" content="xenua" />
|
|
|
|
<meta name="keywords" content="keywords" />
|
|
|
|
{% block head %}
|
|
|
|
<link rel="stylesheet" href="static/main.css" type="text/css" />
|
|
|
|
{% endblock head %}
|
|
|
|
</head>
|
|
|
|
<body {% block bodytags %}{% endblock bodytags %}>
|
|
|
|
{% block body %}
|
|
|
|
<header>
|
|
|
|
{% block header %}{% endblock header %}
|
|
|
|
</header>
|
|
|
|
<main>
|
|
|
|
{% block main %}{% enblock main %}
|
|
|
|
</main>
|
|
|
|
<footer>
|
|
|
|
{% block footer %}{% endblock footer %}
|
|
|
|
</footer>
|
|
|
|
{% endblock body %}
|
|
|
|
</body>
|
|
|
|
</html>
|