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