Émile Filteau 59ef29df65 Added articles to blog index view
Added article show view with url
2015-08-01 13:05:11 -04:00

8 lines
120 B
HTML

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