1
0
mirror of https://github.com/balkian/balkian.github.com.git synced 2024-09-20 23:51:43 +00:00
balkian.github.com/balkiantheme/templates/tag.html

6 lines
168 B
HTML
Raw Normal View History

{% extends "index.html" %}
2015-12-08 14:19:16 +00:00
{% block content_title %}{{ SITENAME }} - {{ tag }}{% endblock %}
{% block pre_articles %}
<h1>Entries tagged: {{ tag }}</h1>
{% endblock %}