2015-07-21 13:31:42 -04:00

8 lines
105 B
HTML

{% extends 'template.html' %}
{% block content %}
<section>
<h1>blog</h1>
</section>
{% endblock %}