Files
therinaldos.com/layouts/partials/section.html
T
david ef1ff240d4
Build & Deploy to DigitalOcean Space / build (push) Failing after 2m38s
migrate therinaldos.com data
2024-05-05 15:50:45 -04:00

8 lines
147 B
HTML
Executable File

<section>
<header>
<h3>{{ .name }}</h3>
</header>
<div class="content">
{{ .content | safeHTML }}
</div>
</section>