# -*- coding: utf-8 -*- import sardine class Plugin(sardine.BasePlugin): def render_plain(self): out = "args = %s" % repr(self.args) return out