cygnal-blog/themes/custom/templates/page.html

7 lines
131 B
HTML

{% extends "base.html" %}
{% block title %}{{ page.title }}{%endblock%}
{% block content %}
{{ page.content }}
{% endblock %}