Use Snippets
Including snippets in your page or layout is quite simple. You need to know the exact name of the snippet (the same as it appears under the Snippets tab), and then include this code where you want this snippet to appear:
<?php $this->includeSnippet('the_name_of_the_snippet') ?>
