Files
hmc_site_source/layouts/partials/components/text_sidepanel.html
2024-10-27 02:14:26 -07:00

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 }}