{{ define "title" }}{{ or .V.title "Blog" }}{{ end }} {{ define "content" }}

{{ or .V.title "Blog" }}

{{ if .V.Multitag.Is }}
{{ if .V.Multitag.Include }} Tags: {{ range $tag := .V.Multitag.Include }} #{{ $tag }} {{ end }} {{ end }} {{ if .V.Multitag.Exclude }} Not: {{ range $tag := .V.Multitag.Exclude }} #{{ $tag }} {{ end }} {{ end }}
{{ end }} {{ BlogIndex .Request .V.tag .V.privacy }} {{ end }}