2022-04-29 02:29:10 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2022-04-29 02:33:00 +00:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<title>{% block title %}{% endblock title %}Nomilo</title>
|
|
|
|
<link rel="stylesheet" type="text/css" href="/styles/main.css">
|
2022-04-29 02:29:10 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2022-04-29 02:33:00 +00:00
|
|
|
{% block content %}{% endblock content %}
|
|
|
|
{% block scripts %}{% endblock scripts %}
|
2022-04-29 02:29:10 +00:00
|
|
|
</body>
|
|
|
|
</html>
|