site/themes/sitetheme/layouts/projects/single.html

13 lines
282 B
HTML
Raw Normal View History

2023-04-02 21:52:59 +00:00
{{ define "main" }}
<section class="section border">
<article>
<div class="blog-header">
<h1 class="blog-title">{{ .Title }}</h1>
</div>
<div class="blog-content">
{{ .Content }}
</div>
</article>
</section>
{{ end }}