add header template
This commit is contained in:
parent
aa892fb087
commit
b809629184
1 changed files with 6 additions and 0 deletions
6
templates/common/header.html
Normal file
6
templates/common/header.html
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<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>
|
Reference in a new issue