Zend certified PHP/Magento developer

How to Loop Through Several CMS Blocks on a Page

I don’t have access to templates just permission to add/edit content in Admin.

Typically I use this widget code to insert a block onto a CMS page: {{widget type=”MagentoCmsBlockWidgetBlock” template=”widget/static_block/default.phtml” block_identifier=”homepage_12″}}

If I wanted to make a list of all of our blocks on a page that contained the word “Homepage” in the identifier, is there a way to write a For Loop that could iterate over all blocks that had a particular word?