fmartingr.com/templates/blog/_base.html
2020-01-12 20:26:01 +01:00

3 lines
85 B
HTML

{% extends "_base.html" %}
{% block page_title %}Blog | {{ super() }}{% endblock %}