{{ if isset .Site.Params "about_us" }}

{{ i18n "aboutUs" }}

{{ .Site.Params.about_us | markdownify }}
{{ end }}
{{ if isset .Site.Params "recent_posts" }} {{ if .Site.Params.recent_posts.enable }}

{{ i18n "recentPosts" }}

{{ range first 3 (where .Site.Pages "Type" "blog") }}
{{ if isset .Params "banner" }} {{ else }} {{ end }}
{{ .Title }}
{{ end }}

{{ end }} {{ end }}
{{ if isset .Site.Params "address" }}

{{ i18n "contactTitle" }}

{{ .Site.Params.address | markdownify }} {{ i18n "contactGoTo" }}
{{ end }}
{{ if isset .Site.Params "copyright" }}

{{ .Site.Params.copyright | safeHTML }}

{{ end }}

{{ i18n "templateBy" }} Bootstrapious. {{ i18n "portedBy" }} DevCows