1
Fork 0
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.
theorangeone.net-legacy/templates/common/header.html

10 lines
314 B
HTML

{% load wagtailimages_tags %}
{% image page.main_image original as main_image %}
<section id="header" class="bg-primary image" data-image="{{ main_image.url }}">
<div class="container text-center text-uppercase">
<h1 class="section-heading">{{ page.title }}</h1>
<hr class="light">
</div>
</section>