This is not perfect, but it's a good start, and it shows how a module might be structured.
11 lines
290 B
Cheetah
11 lines
290 B
Cheetah
{{/*
|
|
###############################################################################
|
|
#ZONE INTERFACE OPTIONS
|
|
*/ -}}
|
|
{{ if .comment -}}
|
|
#
|
|
# {{ .comment }}
|
|
#
|
|
{{ end -}}
|
|
{{ .zone }} {{ .interface }} physical={{ .physical }}{{ if .options }},{{ golang_strings_join .options "," }}{{ end }}
|