flux.vision/web/mc-pelican/templates/category.html

6 lines
93 B
HTML
Raw Permalink Normal View History

2023-07-01 11:01:17 +03:00
{% extends "index.html" %}
{% block content_title %}
<h2>{{ category }}</h2>
{% endblock %}