Files
pelican-themes/simple-bootstrap/templates/tag.html
T

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 %}