{% extends "base.html" %} {% block body %} {% if this._path == '/' %} {% include "home.html" %} {% else %}

{{ this.eyebrow }}

{{ this.summary }}

{{ this.body }}
{% endif %} {% endblock %}