{% extends "base.html" %} {% block title %}{{ page.title }} - {{ site_name() }}{% endblock %} {% block content %}

{{ page.title }}

{% if page.published_at %} {% endif %}
{{ page.content | markdown | safe }}
{% if not page.is_published %} {% endif %}
{% endblock %}