Files
ecologies.info-website/themes/governance-ecologies/layouts/_default/page.html
Nathan Schneider 42ba886a4a Initial commit
2025-04-11 12:22:00 -06:00

16 lines
395 B
HTML

{{ define "main" }}
<section class="page-hero">
<div class="container">
<h1>{{ .Params.hero.heading }}</h1>
<p class="hero-subheading">{{ .Params.hero.subheading }}</p>
</div>
</section>
<section class="page-content">
<div class="container">
<div class="content">
{{ .Params.content | markdownify }}
</div>
</div>
</section>
{{ end }}