Queerscriptors.org/templates/project.html

6 lines
113 B
HTML

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