mirror of
https://github.com/ConjureETS/site-2015.git
synced 2026-03-24 20:41:23 +00:00
8 lines
120 B
HTML
8 lines
120 B
HTML
{% extends 'template.html' %}
|
|
|
|
{% block content %}
|
|
<section>
|
|
<h1>{{ article.title }}</h1>
|
|
</section>
|
|
{% endblock %}
|