<?php
?>
<?php get_header(); ?>
<div id="content">
<h2>Links:</h2>
<ul>
<?php wp_list_bookmarks(); ?>
</ul>
</div>
<?php get_footer(); ?>