7 lines
305 B
HTML
7 lines
305 B
HTML
<div class="slides h-screen md:h-full {{ if isset .Params "first" }}current{{ end }}" style="background-image:url('{{ .Get "image" }}')">
|
|
{{ if ne (.Get "title") "" }}
|
|
<h1 class="mb-4 text-4xl font-extrabold leading-none tracking-tight md:text-5xl lg:text-6xl">
|
|
{{ .Get "title" }}
|
|
</h1>
|
|
{{ end }}
|
|
</div>
|