vapor-community / leaf-provider

Add leaf templating into your vapor app
7 stars 9 forks source link

Add helper make() method for pure context arguments #7

Closed vi4m closed 7 years ago

vi4m commented 7 years ago

@LoganWright this is handy shortcut for make() method.

Sometimes you need pure "Context" argument, not "Node" for view.make - for example in case of inheritance, where Context provides helpful 'push' method:

zrzut ekranu 2017-07-01 o 00 35 01
tanner0101 commented 7 years ago

Thanks :)