--- contentRenderer.orig.php	2020-03-15 18:31:44.740774065 +0100
+++ contentRenderer.php	2020-03-15 18:31:32.424774112 +0100
@@ -320,6 +320,16 @@
 
 		$content = '';
 
+                if ($id == '-1')
+                {                                
+                    $tag_article_begin = isset($tpl->tpl_tags_article) && $tpl->tpl_tags_article == 0 ?
+                            $tpl->tpl_tags_article_advanced_b :
+                            BwPostmanTplHelper::getArticleTagBegin();
+                    $tag_article_end = isset($tpl->tpl_tags_article) && $tpl->tpl_tags_article == 0 ?
+                            $tpl->tpl_tags_article_advanced_e :
+                            BwPostmanTplHelper::getArticleTagEnd();
+                    return stripslashes($tag_article_begin . JText::_('COM_BWPOSTMAN_TPL_PLACEHOLDER_CONTENT') . $tag_article_end);
+                }
 		if ($id != 0)
 		{
 			// Editor user type check
