{{ 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 }}

404

Page not found. The page you're looking for doesn't exist.

Go Home
{{ end }}
{{ if eq .Page "index" }} {{ else if eq .Page "download" }} {{ else if eq .Page "repair" }} {{ else if eq .Page "config" }} {{ end }} {{ end }}