/home/arranoyd/rg2solis/wp-content/themes/phlox/templates/theme-parts/single-attachment.php
<?php
        while ( have_posts() ) : the_post();

            get_template_part('templates/theme-parts/entry/single','attachment' );

        endwhile; // end of the loop.
?>