iris/_examples/view/layout/django/views/layouts/main.html

10 lines
179 B
HTML

<!DOCTYPE html>
<head>
<title>{{Title}}</title>
</head>
<body>
{% block content %} {% endblock %}
<footer>{% include "../partials/footer.html" %}</footer>
</body>
</html>