Files
therinaldos.com/layouts/partials/more-information.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

10 lines
294 B
HTML
Executable File

<section class="wrapper style1 align-center" id="more-infomation">
<div class="inner">
<h2>{{ .title }}</h2>
<div class="index align-left">
{{ range .sections }}
{{ partial "section" . }}
{{ end }}
</div>
</div>
</section>