mirror of
https://github.com/danbee/danbarber.me.hugo.git
synced 2025-03-04 08:59:18 +00:00
10 lines
169 B
HTML
10 lines
169 B
HTML
{{ define "main" }}
|
|
<article class="post container">
|
|
<header>
|
|
<h2 class="post__title">{{.Title}}</h2>
|
|
</header>
|
|
|
|
{{.Content}}
|
|
</article>
|
|
{{ end }}
|