u can try this:
<block block_id="PortalTemplate" title="Portal template" version_string="1.0.0" version_id="1" url="http://8wayrun.com/" install_callback_class="" install_callback_method="" uninstall_callback_class="" uninstall_callback_method="" cache="now"> <admin_templates/> <listeners/> <options/> <phrases/> <route_prefixes/> <templates> <template title="EWRblock_PortalTemplate"><![CDATA[ <div class="messageText ugc baseHtml"> <div class="secondaryContent" id="PortalTemplate"> Your code </div> </div> ]]></template> <template title="EWRblock_PortalTemplate.css"><![CDATA[]]></template> </templates></block> Note: names in <block block_id="PortalTemplate", <template title="EWRblock_PortalTemplate">, <div class="secondaryContent" id="PortalTemplate"> and <template title="EWRblock_PortalTemplate.css"> must be the same.
More info here