cach-radio/inc/themes/castanet/layouts/host/list.html

19 lines
268 B
HTML
Raw Permalink Normal View History

2022-12-15 22:36:40 +01:00
{{ define "main" }}
<div class = "row">
<div class = "col-md-12">
<h1>Hosts of {{ .Site.Title }}</h1>
</div>
</div>
{{ with .Content }}
<div class = "row">
<div class = "col">
{{ . }}
</div>
</div>
{{- end -}}
{{ partial "hosts.html" . }}
{{ end }}