Add homepage content
This commit is contained in:
parent
78f1c1ea42
commit
ebb44cc372
1 changed files with 8 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
Reference in a new issue