{{define "yield"}}
{{template "settingsSidebar" .}}
{{if ne .Standalone "true"}} {{template "planSection" .}} {{end}} {{template "emailSection" .}} {{template "passwordSection" .}}
{{end}} {{define "emailForm"}}
{{/* prevent browsers from automatically filling the input fields */}}
{{end}} {{define "passwordChangeForm"}}
{{/* prevent browsers from automatically filling the input fields */}}
{{end}} {{define "emailSection"}}

Email

Current Email

{{.Email}}

Email Verified

{{ if eq true false }} b{{end}} {{if .EmailVerified}} Yes {{else}} No {{end}}

Change Email

{{template "emailForm" .}}
{{end}} {{define "passwordSection"}}

Password

Change Password

Set a unique password to protect your data.

{{template "passwordChangeForm" .}}
{{end}} {{define "planSection"}}

Plan

Dnote Pro

Fully hosted and managed Dnote for you.

{{if .Cloud}} Yes {{else}} Unlock {{end}}
{{end}}