{% extends "_default/base.html" %} {% block content %}
{% set page = get_page(path="presskit/index.md") %} {{page.content | safe}}
{% include "partials/press_hero.html" %} {% include "partials/press_content.html" %} {% include "partials/quote.html" %} {% endblock content %}