{% extends 'base.html' %} {% block title %}{{ SITENAME }} | {{ article.title }} {% endblock title %} {% block content %} <div class="title-block"> <h1>{{ article.title }}</h1> <h4>{{ article.date | strftime('%d.%m.%Y')}}</h4> <hr> </div> <div> {{ article.content }} </div> {% endblock content %}