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

11 lines
315 B
HTML
Raw Permalink Normal View History

2016-12-05 15:22:21 +00:00
{% load wagtailimages_tags %}
{% image page.image original as header_image %}
2016-12-05 15:22:21 +00:00
<section id="header" class="bg-primary image" data-image="{{ header_image.url }}">
2016-11-26 13:00:57 +00:00
<div class="container text-center text-uppercase">
<h1 class="section-heading">{{ page.title }}</h1>
<hr class="light" />
2016-11-26 13:00:57 +00:00
</div>
</section>