1
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
wagtail-website-2018-spike/templates/home/home_page.html
2018-07-25 08:36:16 +01:00

13 lines
381 B
HTML

{% 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"></h2>
</div>
</header>
{% endblock %}