zonetoast/blue-penguin-dark/templates/category.html
randogoth c828a45aa8 init
2026-05-17 12:13:27 +03:00

6 lines
308 B
HTML

{% extends "index.html" %}
{% block title %}{{ SITENAME }} | articles in the "{{ category }}" category{% if articles_page.number != 1 %} | Page {{ articles_page.number }}{% endif %}{% endblock %}
{% block ephemeral_nav %}
{{ ephemeral_nav_link(category, output_file, True) }}
{% endblock %}