a bit nicer login widget
[unfold.git] / plugins / simplelist.py
1 from engine.plugin import Plugin
2
3 class SimpleList (Plugin) :
4     
5     def render_content (self):
6         return """<ul><li>hard-wired one</li><li>manual two</li>
7 <li>this is defined</li>
8 <li>in plugins.simplelist.py</li>
9 </ul>"""