Files
rdvspeakers-theme-hugo/layouts/team/single.html
Horacio Gonzalez 5a3f6a3161 Initial commit
2020-10-14 14:21:46 +02:00

11 lines
134 B
HTML

{{ define "main" }}
<div class="hero">
<h1>{{ .Title }}</h1>
</div>
<section class="content">
{{ .Content }}
</section>
{{ end }}