mirror of
https://github.com/c0de-archive/pelican-mg.git
synced 2024-11-01 07:17:47 +00:00
6 lines
155 B
HTML
6 lines
155 B
HTML
{% extends "index.html" %}
|
|
{% block title %}{{ category|capitalize }}{% endblock %}
|
|
{% block description %}{% endblock %}
|
|
|
|
{% include 'common_seo.html' %}
|