{% extends "templates/layout.html" %} {% block content %} {{ published_date }} {{ author }} {{ title }} {{ content | raw }} {{ previous_post_link | raw }} {{ next_post_link | raw }} {% endblock %}