This repository has been archived on 2024-10-26. You can view files and clone it, but cannot push or open issues or pull requests.
staxman-old/templates/base.html
2023-11-18 14:29:19 +01:00

11 lines
250 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>staxman</title>
</head>
<body>
{% block content %}{% endblock %}
</body>
</html>