lowtechmag-solar/solar/templates/tag.html

7 wiersze
149 B
HTML

{% extends "category.html" %}
{% block title %}{{ SITENAME }} - {{ tag }}{% endblock %}
{% block content_title %}
<h1>{{ tag }}</h1>
{% endblock %}