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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
113 B
Cheetah
Raw Normal View History

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