9 lines
285 B
HTML
Executable File
9 lines
285 B
HTML
Executable File
{% 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 %}
|
|
|