{% extends "layout.html" %}
{% from 'macros/blocksupport.html' import render_full_width_blocks %}
{% block title %}{{ this.title }}{% endblock %}
{% block outerbody %}
  {% call render_full_width_blocks(this.body.blocks, classes='col-md-12') %}
    <h1>{{ this.title }}</h1>
  {% endcall %}
{% endblock %}