{% extends "base.html" %} {% block content %} <article class="article"> <h1 class="subtitle">{{page.date}}</h1> <h1 class="title">{{page.title}}</h1> {{ page.content | safe }} </article> {% endblock content %}