<div id="topic-tag" class="bbp-topic-tag">
<h1 class="entry-title"><?php printf( __( 'Topic Tag: %s', 'bbpress' ), '<span>' . bbp_get_topic_tag_name() . '</span>' ); ?></h1>
<div class="entry-content">
<?php bbp_breadcrumb(); ?>
<?php bbp_topic_tag_description(); ?>
<?php do_action( 'bbp_template_before_topic_tag' ); ?>
<?php if ( bbp_has_topics() ) : ?>
<?php bbp_get_template_part( 'bbpress/pagination', 'topics' ); ?>
<?php bbp_get_template_part( 'bbpress/loop', 'topics' ); ?>
<?php bbp_get_template_part( 'bbpress/pagination', 'topics' ); ?>
<?php else : ?>