{{ with $args := . }} {{ range $octetNum, $octet := .ip.To4 }} {{ with $closedOctets := (or $args.closedOctets 0)}}
{{if lt (toInt $octetNum) (toInt $closedOctets)}} {{ end }}
{{ end }} {{ end }} {{ end }}