blog/templates/blog.html

8 lines
No EOL
167 B
HTML

{% extends "base.html" %}
{% block content %}
<h1 class="section-title">
{{ section.title }}
</h1>
{%- include "partials/articles.html" -%}
{% endblock content %}