forked from github/pelican
7 lines
231 B
HTML
7 lines
231 B
HTML
{% extends "index.html" %}
|
|
|
|
{% block title %}{{ category }} - {{ SITENAME|striptags }}{% endblock %}
|
|
|
|
{% block content_title %}
|
|
<h1 class="text-3xl md:text-5xl">Tales from the <em>{{ category }}</em> department</h1>
|
|
{% endblock %}
|