Also, outside of Zend_Layout is the Partial helper for Zend_View. So if you need other repeatable elements that isn't apart of your site wide template (layout), then partials are the way to go:
Zend Framework: Documentation: Zend_View (Scroll down to this section: 41.4.1.2. Partial Helper)