{{ define "main" }}

{{ .Site.Title }}

{{ T "moto" }}

{{ T "index_description" }}

{{ $hero := resources.GetMatch "images/pages/tailbliss-rocket-indigo.png" }} {{ $thumb := ($hero.Fill "400x400 webp q90") }} {{ $large := ($hero.Fill "576x576 webp q90") }} TailBliss Hero

{{ T "index_about" }}

{{ T "index_about_text" }}

{{ T "index_member" }}

{{ T "index_member_text" }}

{{ T "block_header" }}

{{ T "block_description" }}

{{ $paginator := .Paginate (where .Site.RegularPages "Type" "blog") 3 }} {{ range $paginator.Pages }}
{{ with .Params.featured_image }} {{ with resources.Get . }} {{ $postimage := (.Resize "500x webp q90").RelPermalink }} {{ .Title }} {{ end }} {{ end }}
{{ .Title }}

{{ .Params.summary }}

Tags: {{ range $elem_index, $elem_val := (.GetTerms "tags") }} {{- if gt $elem_index 0 }}, {{ end -}} {{ .LinkTitle }} {{- end -}}
{{ .Params.author }} {{ with .Params.authorimage }} {{ with resources.Get . }} {{ $authorimage := (.Resize "400x webp").RelPermalink }} {{ end }} {{ end }}

{{ .Params.author }}

{{ math.Round (div (countwords .Content) 220.0) }} min read
{{ end }}
{{ if not .Site.Params.Disable_stay_uptodate}}

{{ T "email_header" }}

{{ T "email_description" }}

{{ end }}
{{ end }}