forked from github/pelican
7 lines
211 B
HTML
7 lines
211 B
HTML
{% extends "index.html" %}
|
|
|
|
{% block title %}{{ SITENAME|striptags }} - {{ category }} category{% endblock %}
|
|
|
|
{% block content_title %}
|
|
<h2>Tales from the <em>{{ category }}</em> department</h2>
|
|
{% endblock %}
|