Queerscriptors.org/templates/project.html

5 lines
96 B
HTML
Raw Normal View History

2022-09-22 21:55:25 +00:00
{% extends "layout.html" %}
{% include "header.html" %}
<h1>{{ this.name }}</h1>
{% endblock %}