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

13 lines
294 B
HTML
Raw Normal View History

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