-----------
* Added ``EmailContentPlugin.render_replace_context_fields`` to replace context vars for custom plugins easily.
* Show missing fields as inline errors in the content.
* Improved string formatting options in text, allow ``{object.attr}`` in HTML text.
* Fixed HTML output after replacing absolute links.
* Fixed HTML entity escaping.
* Fixed unicode handling.
* Python 3 fixes