Illustrates a potential "gotcha" with fragment functions (i.e. functions that only contain YAML fragments as opposed to functions that contain other Starlark logic).
$ ytt -f frag-funcs-before.yml
Unmarshaling YAML template 'frag-funcs-before.yml': yaml: line 9: did not find expected <document start>
(see https://gist.github.com/pivotaljohn/992c9bbc3c9f6743a1db8df7bfbe8a24 for a potential solution)