1
Fork 0

Add homepage content

This commit is contained in:
Jake Howard 2018-07-25 08:36:16 +01:00
parent 78f1c1ea42
commit ebb44cc372
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,12 @@
{% extends "base.html" %}
{% load static %}
{% block content %}
{{ self.body }}
{{ settings.WAGTAIL_SITE_NAME }}
<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 %}