1. <ul>
  2. <?php while ( bbp_topics() ) : bbp_the_topic(); ?>
  3. <?php bbp_get_template_part( 'loop', 'mysingle-topic' ); ?>
  4. <?php endwhile; ?>
  5. </ul>