The rawhtml plugin

The rawhtml plugin allows inserting raw HTML code in the page.

../_images/rawhtml-admin2.png

The code is included as-is at the frontend:

../_images/rawhtml-html2.png

This plugin can be used for example for:

  • prototyping extra markup quickly

  • including “embed codes” in a page, in case the oembeditem plugin does not support it.

  • including jQuery snippets in a page:

    ../_images/rawhtml-admin.png

Installation

Add the following settings to settings.py:

INSTALLED_APPS += (
    'fluent_contents.plugins.rawhtml',
)

The plugin does not provide additional configuration options, nor does it have dependencies on other packages.