Skip to content Skip to footer navigation

Keys Modifier#

Retrieves just the keys from the given array.

the_team:
jack: Jack McDade
jason: Jason Varga
jesse: Jesse Leite
joshua: Joshua Blum
duncan: Duncan McClean
yaml
yaml
{{ the_team | keys }}
antlers
antlers
- jack
- jason
- jesse
- joshua
- duncan
yaml
yaml