File size: 165 Bytes
8ae5fc5
 
 
 
 
1
2
3
4
5
6
{%- if default(names_qualified, true) -%}
  {{- render("name_qualified.tmpl", child) -}}
{%- else -%}
  {{- render("name_unqualified.tmpl", child) -}}
{%- endif -%}