hugo-saasify-theme/layouts/_default/company.html

7 lines
148 B
HTML
Raw Normal View History

2024-11-21 16:00:27 +11:00
{{ define "main" }}
<article class="post">
<!-- Hero section will be rendered by the hero shortcode -->
{{ .Content }}
</article>
{{ end }}