hmc_site_source/layouts/partials/components/text_sidepanel.html

8 lines
229 B
HTML

{{ with .Params.text_sidepanel }}
{{ if .active }}
<div class="mb-8 {{ .section_class }}">
<h5 class="{{ .title_class }}">{{ .title }}</h5>
<p class="{{ .text_class }}">{{ .text | markdownify }}</p>
</div>
{{ end }}
{{ end }}