lb-dk-2023/layouts/shortcodes/blogsection.html
2023-08-15 17:02:21 +02:00

7 lines
162 B
HTML

<div class="blog-section">
<h3>{{ .Get "title" }}</h3>
<img src="{{ .Get "image" | absURL}}" alt="blog-img">
<p>
{{ .Inner }}
</p>
</div>