rimarima/themes/hugo-liftoff/layouts/contact/single.html

11 lines
252 B
HTML
Raw Normal View History

2023-11-17 09:54:41 +00:00
{{ define "main" }}
<div class="container">
<section class="page-header--c">
<h1 class="page-header-title">{{ .Title }}</h1>
</section>
</div>
<div class="contact">
<div class="single-container markdown">{{ .Content }}</div>
</div>
2023-11-26 18:07:17 +00:00
{{ end }}