default_template = "

{{title}}

{{description}}

{% for item in items %}

{{item.title}}

{{item.description}}

{% endfor %}"; } public function get_format_data_structure(){ $rss = new cms_module_common_datasource_rss(); return $rss->get_format_data_structure(); } }