def render_html(plugin, **kwargs): """ Return the HTML code as safe string so that it is not escaped. Of course the contents are not guaranteed to be safe at all """ return mark_safe(plugin.html)