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/theme/templates/extras/header.html

9 lines
274 B
HTML
Raw Normal View History

2017-01-17 22:03:25 +00:00
<header id="header" class="bg-primary image" data-image="{{ instance.image or (instance.page and instance.page.image) }}">
<div class="header-content">
<div class="header-content-inner">
2017-01-19 18:25:22 +00:00
<h1>{{ instance|get_title }}</h1>
2017-01-17 22:03:25 +00:00
<hr>
</div>
</div>
2017-01-17 22:03:25 +00:00
</header>