AMPERION_Webpage/layouts/partials/page-title.html
2025-07-30 00:35:15 +02:00

17 lines
578 B
HTML

<section class="page-title"
style="background-image: url('{{ .Params.bg_image | relURL }}'); padding: 28px 0 12px;">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<div class="services-title">
<h2 style="margin:0 0 6px 0; font-weight:600;">{{ .Title }}</h2>
</div>
{{ with .Params.description }}
<div class="services-description">
<h3 style="margin:0; font-weight:400;">{{ . | markdownify }}</h3>
</div>
{{ end }}
</div>
</div>
</div>
</section>