mirror of
https://github.com/ConjureETS/site-2015.git
synced 2026-03-24 04:21:23 +00:00
8 lines
100 B
HTML
8 lines
100 B
HTML
{% extends 'template.html' %}
|
|
|
|
{% block content %}
|
|
|
|
<h1>{{ project.name }}</h1>
|
|
|
|
{% endblock %}
|