grumpydev / SuperSimpleViewEngine

Super simple regex based view engine used in Nancy diagnostics and (soon to be) TinyTemplates.
36 stars 9 forks source link

Introduced Context on IViewEngineHost #2

Closed thecodejunkie closed 11 years ago

thecodejunkie commented 11 years ago

Also made it possible to specify either Model or Context as the source for the relevant subsitutions. If neither is specified then Model is implicitly used.