When a snippet is rendered in Django-CMS 3.4.5 and Django 1.11, the following exception is raised: ```TypeError: context must be a dict rather than Context.``` This is due to [cms_plugins.py#L34](https://github.com/divio/djangocms-snippet/blob/master/djangocms_snippet/cms_plugins.py#L34) using `Context` instead of a plain `dict` when rendering.