neff-steindesign.de/themes/neff/layouts/catalog/single.html

20 lines
497 B
HTML
Executable File

{{- define "title" -}}
{{ .Title }} • {{ .Site.Title }}
{{- end -}}
{{- define "main" -}}
<main class="catalog row" id="single">
<article id="catalog-article" class="col-sm-12">
{{- partial "catalog-article.html" . -}}
</article>
</main>
{{- end -}}
{{- define "head" -}}
{{ partial "part/style.html" (dict "ctx" . "path" "css/catalog.css")}}
{{- end -}}
{{- define "scripts" -}}
{{ partial "part/script.html" (dict "ctx" . "path" "js/catalog.bundle.js")}}
{{- end -}}