dnd/deadsands/www/deadsands-theme/old/category.html

9 lines
285 B
HTML
Raw Normal View History

2022-07-26 17:22:04 -07:00
{% extends "index.html" %}
{% block title %} Articles in {{ category }} category - {{ SITENAME }}{% endblock %}
{% block navclass %}{%endblock%}
{% block archclass %} class="active"{%endblock%}
{% block content_title %}
<h2>Articles in the {{ category }} category</h2>
{% endblock %}