/home/glownati/public_html/wp/wp-content/themes/transport-solutions/template-parts/content-post.php
<?php
  global $post;
?>

<div id="post-<?php the_ID(); ?>" <?php post_class('post-single p-3 mb-4'); ?>>
  <div class="post-content">
    <?php
      the_content();
      the_tags('<div class="post-tags"><strong>'.esc_html__('Tags:','transport-solutions').'</strong> ', ', ', '</div>');
    ?>
  </div>
</div>