mirror of
https://github.com/RdvSpeakers/rdvspeakers-theme-hugo.git
synced 2026-03-10 08:51:19 +00:00
11 lines
134 B
HTML
11 lines
134 B
HTML
{{ define "main" }}
|
|
|
|
<div class="hero">
|
|
<h1>{{ .Title }}</h1>
|
|
</div>
|
|
|
|
<section class="content">
|
|
{{ .Content }}
|
|
</section>
|
|
|
|
{{ end }} |