<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ config.title }}</title>
<link rel="stylesheet" href="/css/style.css"/>
</head>
<body>
<main class="flex flex-col items-center h-full min-h-screen">
<div class="max-w-5xl min-w-xs p-2">
{% block content %} {% endblock %}
</div>
</main>
</body>
</html>