2022-04-23 20:03:09 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2022-04-25 17:23:38 +02:00
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>Actix Admin</title>
|
|
|
|
|
2022-07-26 11:47:49 +02:00
|
|
|
<link rel="stylesheet" href="https://unpkg.com/@picocss/pico@latest/css/pico.min.css">
|
2022-06-04 16:34:16 +02:00
|
|
|
<script src="https://unpkg.com/htmx.org@1.7.0"></script>
|
2022-04-25 17:23:38 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2022-07-26 11:47:49 +02:00
|
|
|
<main class="container">
|
2022-04-25 17:23:38 +02:00
|
|
|
{% include "header.html" %}
|
|
|
|
<div>
|
|
|
|
{% block content %}
|
|
|
|
{% endblock content %}
|
|
|
|
</div>
|
|
|
|
</main>
|
|
|
|
</body>
|
|
|
|
|
2022-04-23 20:03:09 +02:00
|
|
|
</html>
|