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
2017-01-19 18:30:07 +00:00

8 lines
235 B
HTML

<header id="header" class="bg-primary image" data-image="{{ instance|get_image }}">
<div class="header-content">
<div class="header-content-inner">
<h1>{{ instance|get_title }}</h1>
<hr>
</div>
</div>
</header>