{{ define "main" }}
States Create New State
{{ range .States }} {{ end }}
Path Updated Locked
{{ .Path }} {{ .Updated }} {{ if eq .Lock nil }}no{{ else }} yes
Lock

{{ .Lock }}

{{ end }}
{{ if .PathDuplicate }} This path already exist {{ else if .PathError }} Invalid path {{ else }} Valid URL path beginning with a / {{ end }}
JSON state file
{{ end }}