kiez-en-francais/themes/portio/layouts/shortcodes/blogsection.html
Denys Konovalov 01c6b8cf06 website
2022-06-22 21:28:26 +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>