Add site-wide information to Twig for use in all views. This would include information like: - site name - current URL - navigation - pagination Some data could be set in the config, some added programmatically based on context. **Resources:** - [Extending Twig](http://twig.sensiolabs.org/doc/advanced.html) - [`get_context()` in Timber](https://github.com/jarednova/timber/blob/81fbaecbe07d8a47f03c4a2d36edd220f04b6b84/timber.php#L283-L310)