Source code for orthocarekolkata.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

13 lines
430 B

<!-- Slider Start -->
<section id="global-header" style="background-image: url('{{.Params.BgImage | absURL }}'); min-height: 500px;">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h1>{{ .Title }}</h1>
<p>{{ .Params.subtitle }}</p>
</div>
</div>
</div>
</div>
</section>