Thanks paperpariah and kbiglione. Both methods worked for me, but the get_query_var
method was outputting the term title in lowercase so I went with kbiglione’s method, putting that code at the top of my template then <?php echo $termname ?>
wherever I wanted the term to appear. Works great. Thanks!