2e06f4e16d4839ac32225519f4703fea7849eba2
[unfold.git] / plugins / simplelist.py
1 from django.template.loader import render_to_string
2
3 from engine.plugin import Plugin
4
5 class SimpleList (Plugin) :
6     
7     def render_content (self, request):
8         return render_to_string ("widget-simplelist.html",{})