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.
 
 
 

28 lines
687 B

<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>xenua</title>
<meta name="description" content="xenua's website" />
<meta name="author" content="xenua" />
<link rel="stylesheet" href="{{ get_url(path='main.css', trailing_slash=false) | safe }}" type="text/css" />
<meta charset="UTF-8" />
<meta name="robots" content="noindex" />
</head>
<body>
<header>
<nav>
{% include "nav.html" %}
</nav>
</header>
<main>
{% block content %}{{ section.content | safe }}{% endblock %}
</main>
<footer>
<span>this site made with ❤ and ☕</span>
</footer>
</body>
</html>