Skip to content

Instantly share code, notes, and snippets.

@groundnuty
Last active August 27, 2021 04:27
Show Gist options
  • Save groundnuty/863b0410116a67b4232f6cd318d10fde to your computer and use it in GitHub Desktop.
Save groundnuty/863b0410116a67b4232f6cd318d10fde to your computer and use it in GitHub Desktop.
ytt anchor bug
#@ def group_alpha():
name: alpha
#@ end
groups: &all_groups
- #@ group_alpha()
foo:
groups: *all_groups
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment