7 lines
210 B
HTML
7 lines
210 B
HTML
{% extends "index.html" %}
|
|
|
|
{% block title %}{{ SITENAME }} - {{ category }} category{% endblock %}
|
|
|
|
{% block content_title %}
|
|
<h1 class="page-title">Articles in the {{ category }} category</h1>
|
|
{% endblock %}
|