Files
terraform-docs/format/templates/asciidoc_table_footer.tmpl
Khosrow Moossavi 90942f73b8 Move format package from internal to public
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
2021-09-28 14:43:26 -04:00

6 lines
148 B
Cheetah

{{- if .Settings.ShowFooter -}}
{{- with .Module.Footer -}}
{{ sanitizeSection . }}
{{ printf "\n" }}
{{- end -}}
{{ end -}}