{{ define "layout" }} DecyphArr - {{.Title}}
{{ if eq .Page "index" }} {{ template "index" . }} {{ else if eq .Page "download" }} {{ template "download" . }} {{ else if eq .Page "repair" }} {{ template "repair" . }} {{ else if eq .Page "config" }} {{ template "config" . }} {{ else if eq .Page "login" }} {{ template "login" . }} {{ else if eq .Page "register" }} {{ template "register" . }} {{ else }} {{ end }} {{ end }}