databricks-cli/libs/template/testdata/urlparse-function/template/hello.tmpl

4 lines
113 B
Cheetah

{{ with url "https://www.databricks.com/a/b?o=123#my-fragment" -}}
{{- print .Scheme `://` .Host -}}
{{- end -}}