yequari.com/layouts/projects/single.html

7 lines
112 B
HTML
Raw Normal View History

2023-10-10 03:14:27 +00:00
{{ define "main" }}
<h1>{{ .Title }}</h1>
2023-10-10 03:14:27 +00:00
<section class="content">
{{ .Content }}
</section>
{{ end }}