schliesspendel-site/themes/schliesspendel/layouts/partials/intro.html

5 lines
142 B
HTML
Raw Normal View History

2017-11-05 11:57:28 +01:00
<section id="intro" class="content">
2017-11-05 12:22:59 +01:00
<h5>{{ .Site.Params.Intro.heading }}</h5>
2017-11-05 11:57:28 +01:00
<p>{{ .Site.Params.Intro.text | safeHTML }}</p>
</section>