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