Queerscriptors.org/templates/project.html

6 lines
113 B
HTML
Raw Normal View History

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