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" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
|
{% load static %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{{ self.body }}
|
<header id="index-header" class="d-flex align-items-center image" data-image="{% static 'img/header.jpg' %}">
|
||||||
{{ settings.WAGTAIL_SITE_NAME }}
|
<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 %}
|
{% endblock %}
|
||||||
|
|
Reference in a new issue