Files
pelican-themes/simple-bootstrap/templates/tag.html
2013-10-19 02:28:55 +08:00

8 lines
257 B
HTML
Executable File

{% extends "index.html" %}
{% block title %} Articles in {{ tag }} tag - {{ SITENAME }}{% endblock %}
{% block navclass %}{%endblock%}
{% block archclass %}active{%endblock%}
{% block content_title %}
<h2>Articles with the {{ tag }} tag</h2>
{% endblock %}