cleanup between plugin.name and plugin.uuid
[myslice.git] / plugins / raw.py
1 from engine.plugin import Plugin
2
3 # usage Raw (html="some html text")
4
5 class Raw (Plugin):
6
7     def render_content (self, request):
8         return self.get_setting('html')