Queerscriptors.org/templates/layout.html

9 lines
175 B
HTML
Raw Normal View History

2022-08-21 11:31:33 +00:00
<!DOCTYPE html>
2022-08-26 21:57:51 +00:00
<html lang="{{ this.alt }}">
2021-08-18 00:13:13 +00:00
{% include 'meta.html' %}
2022-08-21 11:31:33 +00:00
<body id="page-top">
2022-09-22 21:55:25 +00:00
{% block page %}{% endblock %}
2021-08-18 00:13:13 +00:00
{% include 'footer.html' %}
2022-08-21 11:31:33 +00:00
</body>
</html>