{% extends "index.html" %} {% block content %} <article itemscope itemtype="http://schema.org/BlogPosting"> <header> <h1 itemprop="headline">{{ page.title }}</h1> </header> <div itemprop="articleBody"> {{ page.content | safe }} </div> </article> {% endblock content %} <!-- vim:sw=2 -->