<html>
|
|
<head>
|
|
<title>{{ title }}</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width", initial-scale=1.0>
|
|
</head>
|
|
<body>
|
|
<!-- Content -->
|
|
{% block content %}
|
|
{% endblock %}
|
|
<!-- Content -->
|
|
</body>
|
|
</html>
|