{{define "main" -}}

{{.Title}}

{{/* A site's own words are its own to translate: `t` reaches the engine's phrase table, not this file's sentences, so a template needing its own text branches on the language it was given. */}} {{- if eq .Lang "bn"}}

এই তালিকাটি সাইটের নিজের টেমপ্লেট থেকে তৈরি, যা এমবেড করা টেমপ্লেটের পরে পড়া হয়। এটি একটি নামযুক্ত ব্লক বদলে দেয় এবং বাকি নথিটি উত্তরাধিকারসূত্রে পায়।

{{- else}}

This listing is rendered by the site's own template, parsed after the embedded one. It redefines a single named block and inherits the whole document around it.

{{- end}} {{- if .Items}} {{- range .Items}}

{{if .Title}}{{.Title}}{{else}}{{.Key}}{{end}}

{{- if not .Date.IsZero}}

{{if .Section}} · {{.Section}}{{end}}

{{- end}}
{{- end}} {{- else}}

{{t .Lang "empty"}}

{{- end}} {{- if or .PrevURL .NextURL}} {{- end}} {{- end}}