vapor / template-kit

📄 Easy-to-use foundation for building powerful templating languages in Swift.
MIT License
46 stars 17 forks source link

`TagContext` should have access to services #2

Closed gwynne closed 6 years ago

gwynne commented 6 years ago

The obvious way to do this is to make sure it can access the Container, not just the Worker.

tanner0101 commented 6 years ago

Fixed. Thanks @gwynne :)