{{ with .Site.Params.author }}{{ end }} {{ with .Site.Params.keywords }}{{ end }} {{ block "title" . }}{{ .Site.Title }}{{ end }} {{ if .Site.Params.snsShare }} {{ end }} {{ if .Site.Params.rtl}} {{ end }} {{ range .Site.Params.custom_css }} {{ end }} {{ with .Site.Home.AlternativeOutputFormats.Get "RSS" }} {{ end }} {{ hugo.Generator }}
{{ partial "header.html" . }}
{{ block "content" . }}{{ end }}
{{ if or (.Site.Params.fixedbarContent) (.Site.Params.snsShare)}} {{ partial "footer.html" . }} {{ end }}
{{ template "_internal/google_analytics.html" . }} {{ with .Site.Params.fixedbarContentAfter }} {{ end }}