1
Fork 0
theorangeone.net-legacy/templates/common/header.html
2016-11-26 13:00:57 +00:00

6 lines
232 B
HTML

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