7 lines
131 B
HTML

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