AMPERION_Webpage/layouts/partials/page-title.html
2025-07-24 00:06:23 +02:00

14 lines
405 B
HTML

<section class="page-title" style="background-image: url('{{ .Params.bg_image | relURL }}');">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h2 class="custom-title">{{ .Title }}</h2>
{{ with .Params.description }}
<h3>{{ . }}</h3>
{{ end }}
</div>
</div>
</div>
</div>
</section>