mirror of
https://github.com/kataras/iris.git
synced 2025-01-26 03:56:34 +01:00
10 lines
179 B
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>
|