9 lines
185 B
Plaintext
9 lines
185 B
Plaintext
{{- /*gotype: main.CreateDeviceVM */}}
|
|
{{define "create_device"}}
|
|
{{if .Type}}
|
|
{{template "create_device_step2" .}}
|
|
{{else}}
|
|
{{template "create_device_step1" .}}
|
|
{{end}}
|
|
{{end}}
|