gobuffalo / buffalo

Rapid Web Development w/ Go
http://gobuffalo.io
MIT License
8.07k stars 573 forks source link

template helper accessing context value #486

Closed u007 closed 7 years ago

u007 commented 7 years ago

hi,

is it possible to access context from helper? i cant figure out how todo so..

thank you

markbates commented 7 years ago

Absolutely. Just take plush.HelperContext as the last argument in your helper. That will give you access to the context and more.