collapsing dir structure
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
{% 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 %}
|
||||
|
||||
Reference in New Issue
Block a user