In Magento, you can define reusable content blocks in CMS > Static Blocks, which you can insert in CMS pages and other static blocks using the following code:
{{block type="cms/block" block_id="myblock"}}
This extension allows you to use the static blocks in Sales > Terms and conditions, in category description and product short and full description, which is not possible by default.