Queerscriptors.org/templates/project.html

5 lines
96 B
HTML

{% extends "layout.html" %}
{% include "header.html" %}
<h1>{{ this.name }}</h1>
{% endblock %}