hugo-saasify-theme/layouts/_default/company.html
2024-11-21 16:00:27 +11:00

6 lines
148 B
HTML

{{ define "main" }}
<article class="post">
<!-- Hero section will be rendered by the hero shortcode -->
{{ .Content }}
</article>
{{ end }}