fmartingr.com/templates/blog/_base.html

3 lines
85 B
HTML

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