{% extends "base.html" %}
{% load static %}
{% block content %}
<header id="index-header" class="d-flex align-items-center image" data-image="{% static 'img/header.jpg' %}">
<div class="text-center m-auto text-light">
<h1 class="display-1">{{ settings.WAGTAIL_SITE_NAME|title }}</h1>
<h2 class="lead">{{ self.body }}</h2>
</div>
</header>
{% endblock %}