Web/layouts/projects/single.html
2024-03-25 23:05:37 +01:00

12 lines
181 B
HTML

{{ define "main" }}
<p class="notice">
{{ .Description }}
<br />
<br />
📅: {{ partial "time.html" . }}
<br />
📍: {{ .Params.place }}
</p>
{{ .Content }}
{{ end }}