{% extends "layout.html" %} {% block title %}{{ this.title }}{% endblock %} {% block body %} {% if this.body %}

{{ this.title }}

{{ this.body }} {% else %}

{{ this.title }}

{% endif %} {% endblock %}