mirror of
https://github.com/c0de-archive/pelican-mg.git
synced 2024-12-22 08:22:40 +00:00
4 lines
139 B
HTML
4 lines
139 B
HTML
|
{% extends "index.html" %}
|
||
|
{% block title %}{{ SITENAME }} | {{ category|capitalize }}{% endblock %}
|
||
|
{% block description %}{% endblock %}
|