Name: tag.php
Path: devdmbootstrap4/template-parts/archive-types/tag.php
Source: https://github.com/dannymachal/devdmbootstrap4/blob/master/template-parts/archive-types/tag.php
Template include for the title of the tag archive posts page archive.php.
<h1 class="dmbs-category-archive-tag">
<?php
/* translators: %s: tag */
echo esc_html(sprintf( __("Currently Viewing Posts Tagged %s","devdmbootstrap4"), single_term_title('',false)));
?>
</h1>