mirror of
https://github.com/ConjureETS/site-2015.git
synced 2026-03-25 21:11:23 +00:00
8 lines
105 B
HTML
8 lines
105 B
HTML
{% extends 'template.html' %}
|
|
|
|
{% block content %}
|
|
<section>
|
|
<h1>blog</h1>
|
|
</section>
|
|
{% endblock %}
|