{# -*-jinja2-*- #} {% extends "layout.html" %} {% block content %}

{{post.title}}

{{post.html | safe}} {% if post.links.images |length > 0 %}
{% endif %} {% endblock %}