217e4e54 by Michael Richards

Add default { template } delimiters.

1 parent 850e478e
......@@ -20,6 +20,7 @@ Rivets =
# overridden globally or local to a `Rivets.View` instance.
config:
prefix: 'rv'
templateDelimiters: ['{', '}']
rootInterface: '.'
preloadData: true
......