hugo-toha/layouts/resume/list.html
2025-06-29 19:42:50 -05:00

6 lines
157 B
HTML

{{ define "content" }}
<section class="resume-page container">
{{/* This will render the body of your _index.md */}}
{{ .Content }}
</section>
{{ end }}