{% extends "base.html" %}
{% load i18n wagtailimages_tags react_comments_async %}
{% block body_class %}template-homepage{% endblock %}
{% block content %}
{% include "home/includes/wagtail_hero_unit.html" with image=page.image title=page.translated_title %}
{% endblock %}
{% block footer %}
{% include "includes/footer.html" %}
{% endblock %}