12 lines
No EOL
264 B
HTML
12 lines
No EOL
264 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<section>
|
|
<header class="major">
|
|
<h2>{% block header %}{% endblock %}</h2>
|
|
</header>
|
|
|
|
{% include 'include/paginated_posts.html' %}
|
|
|
|
</section>
|
|
{% endblock content %} |