Queerscriptors.org/templates/layout.html

13 lines
274 B
HTML

<!DOCTYPE html>
<html lang="{{ this.alt }}">
{% include 'meta.html' %}
<body id="page-top">
{% block page %}
{% include 'masterhead.html' %}
{% include 'about.html' %}
{% block projects %}{% endblock %}
{% endblock %}
{% include 'footer.html' %}
</body>
</html>