/?php query_posts('cat=11&posts_per_page=3'); ?>
/?php while ( have_posts() ) : the_post(); ?>
/?php comments_template(); ?>
/?php endwhile; ?>