{{ define "main" }} {{- partial "background.html" . -}} {{ .Date.Format "Jan 2, 2006" }} ยท {{ math.Round (div (countwords .Content) 200.0) }} min read {{ .Title }} {{ range .Params.tags }} {{ . }} {{ end }} {{ with .Params.code }}Code โ{{ end }} {{ with .Params.demo }}Live Demo โ{{ end }} {{ .Content }} {{ end }}
{{ range .Params.tags }} {{ . }} {{ end }}