CloudyKit / jet

Jet template engine
Apache License 2.0
1.26k stars 106 forks source link

Forgetting the 'key=' when 'yielding' causes nil pointer dereference #133

Closed rmzg closed 4 years ago

rmzg commented 4 years ago
{{yield foo(bar)}}

Gives the error runtime error: invalid memory address or nil pointer dereference even if both foo and bar are defined. This is really hard to understand from the error.