This repository has been archived on 2024-07-02. You can view files and clone it, but cannot push or open issues or pull requests.
theme/layouts/features/single.html
2019-02-02 17:17:50 +01:00

9 lines
138 B
HTML

{{ partial "header.html" . }}
<div class="features">
{{ partial "navbar.html" . }}
{{ .Content }}
{{ partial "footer.html" . }}
</div>