1 2 3 4
{% extends "base.html" %} {% block content %} <article>{{ page.content | safe }}</article> {% endblock %}