sat-sw-website/layouts/projects/single.html

7 lines
147 B
HTML
Raw Normal View History

2023-12-09 01:49:50 +01:00
{{ define "main" }}
2023-12-11 10:53:38 +01:00
<div class="container">
{{ .Content }}
</div>
2023-12-09 01:49:50 +01:00
{{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }}
{{ end }}