/**
* The template for displaying Comments.
*
* The area of the page that contains both current comments
* and the comment form. The actual display of comments is
* handled by a callback to bouquet_comment() which is
* located in the functions.php file.
*
* @package Bouquet
*/
if ( post_password_required() )
return;
?>