mirror of
https://github.com/TeamPiped/hugo-whisper-theme.git
synced 2024-08-14 23:57:00 +00:00
11 lines
No EOL
245 B
HTML
11 lines
No EOL
245 B
HTML
{{ define "header_css" }}{{ end }}
|
|
{{ define "body_classes" }}page-default-single{{ end }}
|
|
{{ define "header_classes" }}{{ end }}
|
|
|
|
{{ define "main" }}
|
|
<h1 class="title">{{.Title}}</h1>
|
|
<div class="content">
|
|
{{.Content}}
|
|
</div>
|
|
</div>
|
|
{{ end }} |