{%- extends "layout.html" -%}
{%- block title -%}
{{- this.title -}}
{%- endblock -%}
{%- block body -%}
<h1>{{ this.title }}</h1>
{{ this.body }}