{{ define "main" }}
{{ partial "content_header.html" . }}
{{ end }}
{{ define "styles" }}
{{ partial "single_styles.html" . }}
{{ end }}
{{ define "scripts" }}
{{- $flashcards := index $.Site.Data.nihongo.flashcards "all" -}}
{{ partial "single_scripts.html" . }}
{{ end }}