Deprecated : Constant E_STRICT is deprecated in /var/www/html/k/kasscaffolding/vendor/symfony/error-handler/ErrorHandler.php on line 58
Deprecated : Constant E_STRICT is deprecated in /var/www/html/k/kasscaffolding/vendor/symfony/error-handler/ErrorHandler.php on line 76
Symfony Profiler
<?php
use Twig\Environment ;
use Twig\Error\LoaderError ;
use Twig\Error\RuntimeError ;
use Twig\Extension\SandboxExtension ;
use Twig\Markup ;
use Twig\Sandbox\SecurityError ;
use Twig\Sandbox\SecurityNotAllowedTagError ;
use Twig\Sandbox\SecurityNotAllowedFilterError ;
use Twig\Sandbox\SecurityNotAllowedFunctionError ;
use Twig\Source ;
use Twig\Template ;
/* @theme/news/embedNewsArticle.html.twig */
class __TwigTemplate_3cbacb99223bcbfcec1936c89914e336 extends Template
{
private $source ;
private $macros = [];
public function __construct ( Environment $env )
{
parent :: __construct ( $env );
$this -> source = $this -> getSourceContext ();
$this -> parent = false ;
$this -> blocks = [
];
}
protected function doDisplay (array $context , array $blocks = [])
{
$macros = $this -> macros ;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this -> extensions [ "Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension" ];
$__internal_5a27a8ba21ca79b61932376b2fa922d2 -> enter ( $__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile ( $this -> getTemplateName (), "template" , "@theme/news/embedNewsArticle.html.twig" ));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this -> extensions [ "Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension" ];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f -> enter ( $__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile ( $this -> getTemplateName (), "template" , "@theme/news/embedNewsArticle.html.twig" ));
// line 1
echo "<script type=\"application/ld+json\">
{
\"@context\": \"https://schema.org\",
\"@type\": \"BlogPosting\",
\"headline\": \"";
// line 5
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , (isset( $context [ "news" ]) || array_key_exists ( "news" , $context ) ? $context [ "news" ] : (function () { throw new RuntimeError ( 'Variable "news" does not exist.' , 5 , $this -> source ); })()), "title" , [], "any" , false , false , false , 5 ), "html" , null , true );
echo "\",
\"alternativeHeadline\": \"";
// line 6
echo twig_escape_filter ( $this -> env , twig_striptags ( twig_get_attribute ( $this -> env , $this -> source , (isset( $context [ "news" ]) || array_key_exists ( "news" , $context ) ? $context [ "news" ] : (function () { throw new RuntimeError ( 'Variable "news" does not exist.' , 6 , $this -> source ); })()), "subtitle" , [], "any" , false , false , false , 6 )), "html" , null , true );
echo "\",
\"datePublished\": \"";
// line 7
echo twig_escape_filter ( $this -> env , twig_date_format_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , (isset( $context [ "news" ]) || array_key_exists ( "news" , $context ) ? $context [ "news" ] : (function () { throw new RuntimeError ( 'Variable "news" does not exist.' , 7 , $this -> source ); })()), "publishDate" , [], "any" , false , false , false , 7 ), "c" ), "html" , null , true );
echo "\",
\"dateModified\": \"";
// line 8
echo twig_escape_filter ( $this -> env , twig_date_format_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , (isset( $context [ "news" ]) || array_key_exists ( "news" , $context ) ? $context [ "news" ] : (function () { throw new RuntimeError ( 'Variable "news" does not exist.' , 8 , $this -> source ); })()), "updatedAt" , [], "any" , false , false , false , 8 ), "c" ), "html" , null , true );
echo "\",
\"author\": {
\"@type\": \"Organization\",
\"name\": \"";
// line 11
echo twig_escape_filter ( $this -> env , (isset( $context [ "sitename" ]) || array_key_exists ( "sitename" , $context ) ? $context [ "sitename" ] : (function () { throw new RuntimeError ( 'Variable "sitename" does not exist.' , 11 , $this -> source ); })()), "html" , null , true );
echo "\"
},
\"publisher\": {
\"@type\": \"Organization\",
\"name\": \"";
// line 15
echo twig_escape_filter ( $this -> env , (isset( $context [ "sitename" ]) || array_key_exists ( "sitename" , $context ) ? $context [ "sitename" ] : (function () { throw new RuntimeError ( 'Variable "sitename" does not exist.' , 15 , $this -> source ); })()), "html" , null , true );
echo "\",
\"logo\": {
\"@type\": \"ImageObject\",
\"url\": \"";
// line 18
echo twig_escape_filter ( $this -> env , (isset( $context [ "siteurl" ]) || array_key_exists ( "siteurl" , $context ) ? $context [ "siteurl" ] : (function () { throw new RuntimeError ( 'Variable "siteurl" does not exist.' , 18 , $this -> source ); })()), "html" , null , true );
echo twig_escape_filter ( $this -> env , $this -> extensions [ 'App\Twig\TwigExtension' ]->{ closure : App\Twig\TwigExtension :: getFunctions (): 45 }( $this -> extensions [ 'Symfony\Bridge\Twig\Extension\AssetExtension' ]-> getAssetUrl ( "build/images/kas-scaffolding-logo.png" ), "cropResize" , 600 , 232 ), "html" , null , true );
echo "\",
\"width\": 600,
\"height\": 232
}
},
\"image\": {
\"@type\": \"ImageObject\",
\"url\": \"";
// line 25
echo twig_escape_filter ( $this -> env , (isset( $context [ "siteurl" ]) || array_key_exists ( "siteurl" , $context ) ? $context [ "siteurl" ] : (function () { throw new RuntimeError ( 'Variable "siteurl" does not exist.' , 25 , $this -> source ); })()), "html" , null , true );
echo twig_escape_filter ( $this -> env , $this -> extensions [ 'App\Twig\TwigExtension' ]->{ closure : App\Twig\TwigExtension :: getFunctions (): 45 }(( "/userfiles/images/news/" . twig_get_attribute ( $this -> env , $this -> source , (isset( $context [ "news" ]) || array_key_exists ( "news" , $context ) ? $context [ "news" ] : (function () { throw new RuntimeError ( 'Variable "news" does not exist.' , 25 , $this -> source ); })()), "image" , [], "any" , false , false , false , 25 )), "zoomCrop" , 800 , 600 ), "html" , null , true );
echo "\",
\"width\": 800,
\"height\": 600
},
\"description\": \"";
// line 29
echo twig_escape_filter ( $this -> env , twig_striptags ( twig_get_attribute ( $this -> env , $this -> source , (isset( $context [ "news" ]) || array_key_exists ( "news" , $context ) ? $context [ "news" ] : (function () { throw new RuntimeError ( 'Variable "news" does not exist.' , 29 , $this -> source ); })()), "kicker" , [], "any" , false , false , false , 29 )), "html" , null , true );
echo "\",
\"articleBody\": \"";
// line 30
echo twig_escape_filter ( $this -> env , twig_striptags ( twig_replace_filter ( $this -> extensions [ 'App\Twig\TwigExtension' ]->{ closure : App\Twig\TwigExtension :: getFilters (): 34 }( twig_get_attribute ( $this -> env , $this -> source , (isset( $context [ "news" ]) || array_key_exists ( "news" , $context ) ? $context [ "news" ] : (function () { throw new RuntimeError ( 'Variable "news" does not exist.' , 30 , $this -> source ); })()), "content" , [], "any" , false , false , false , 30 )), [ "
" => " " , "
" => " " ])), "html" , null , true );
echo "\"
}
</script>
";
// line 34
if ( twig_get_attribute ( $this -> env , $this -> source , (isset( $context [ "news" ]) || array_key_exists ( "news" , $context ) ? $context [ "news" ] : (function () { throw new RuntimeError ( 'Variable "news" does not exist.' , 34 , $this -> source ); })()), "image" , [], "any" , false , false , false , 34 )) {
// line 35
echo " <div class=\"banner-image banner-image--gradient lazyBackgroundImage\" data-mobile=\"" ;
echo twig_escape_filter ( $this -> env , $this -> extensions [ 'App\Twig\TwigExtension' ]->{ closure : App\Twig\TwigExtension :: getFunctions (): 45 }(( "/" . twig_get_attribute ( $this -> env , $this -> source , (isset( $context [ "news" ]) || array_key_exists ( "news" , $context ) ? $context [ "news" ] : (function () { throw new RuntimeError ( 'Variable "news" does not exist.' , 35 , $this -> source ); })()), "getFullImagePath" , [], "any" , false , false , false , 35 )), "zoomCrop" , 1566 , 822 ), "html" , null , true );
echo "\" data-desktop=\"" ;
echo twig_escape_filter ( $this -> env , $this -> extensions [ 'App\Twig\TwigExtension' ]->{ closure : App\Twig\TwigExtension :: getFunctions (): 45 }(( "/" . twig_get_attribute ( $this -> env , $this -> source , (isset( $context [ "news" ]) || array_key_exists ( "news" , $context ) ? $context [ "news" ] : (function () { throw new RuntimeError ( 'Variable "news" does not exist.' , 35 , $this -> source ); })()), "getFullImagePath" , [], "any" , false , false , false , 35 )), "zoomCrop" , 3200 , 1680 ), "html" , null , true );
echo "\"></div>
";
}
// line 37
echo "
<section class=\"page-content ";
// line 38
if (( twig_get_attribute ( $this -> env , $this -> source , (isset( $context [ "news" ]) || array_key_exists ( "news" , $context ) ? $context [ "news" ] : (function () { throw new RuntimeError ( 'Variable "news" does not exist.' , 38 , $this -> source ); })()), "image" , [], "any" , false , false , false , 38 ) == null )) {
echo " pt-[148px] md:pt-[163px]" ;
}
echo "\">
<div class=\"container\">
<div class=\"bg-primary text-center text-white px-10 py-12 relative z-20 mb-12 ";
// line 40
if (( twig_get_attribute ( $this -> env , $this -> source , (isset( $context [ "news" ]) || array_key_exists ( "news" , $context ) ? $context [ "news" ] : (function () { throw new RuntimeError ( 'Variable "news" does not exist.' , 40 , $this -> source ); })()), "image" , [], "any" , false , false , false , 40 ) != null )) {
echo " -mt-12 sm:-mt-24 md:-mt-52" ;
} else {
echo "mt-12" ;
}
echo "\">
<h1 class=\"text-white\">";
// line 41
echo $this -> extensions [ 'App\Twig\TwigExtension' ]->{ closure : App\Twig\TwigExtension :: getFunctions (): 51 }((isset( $context [ "news" ]) || array_key_exists ( "news" , $context ) ? $context [ "news" ] : (function () { throw new RuntimeError ( 'Variable "news" does not exist.' , 41 , $this -> source ); })()), "title" );
echo "</h1>
";
// line 42
if ( twig_get_attribute ( $this -> env , $this -> source , (isset( $context [ "news" ]) || array_key_exists ( "news" , $context ) ? $context [ "news" ] : (function () { throw new RuntimeError ( 'Variable "news" does not exist.' , 42 , $this -> source ); })()), "subtitle" , [], "any" , false , false , false , 42 )) {
// line 43
echo " <h3 class=\"text-white\">" ;
echo twig_escape_filter ( $this -> env , twig_striptags ( $this -> extensions [ 'App\Twig\TwigExtension' ]->{ closure : App\Twig\TwigExtension :: getFunctions (): 51 }((isset( $context [ "news" ]) || array_key_exists ( "news" , $context ) ? $context [ "news" ] : (function () { throw new RuntimeError ( 'Variable "news" does not exist.' , 43 , $this -> source ); })()), "subtitle" )), "html" , null , true );
echo "</h3>
";
}
// line 45
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , (isset( $context [ "news" ]) || array_key_exists ( "news" , $context ) ? $context [ "news" ] : (function () { throw new RuntimeError ( 'Variable "news" does not exist.' , 45 , $this -> source ); })()), "kicker" , [], "any" , false , false , false , 45 )) {
// line 46
echo " " ;
echo $this -> extensions [ 'App\Twig\TwigExtension' ]->{ closure : App\Twig\TwigExtension :: getFunctions (): 51 }((isset( $context [ "news" ]) || array_key_exists ( "news" , $context ) ? $context [ "news" ] : (function () { throw new RuntimeError ( 'Variable "news" does not exist.' , 46 , $this -> source ); })()), "kicker" );
echo "
";
}
// line 48
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , (isset( $context [ "news" ]) || array_key_exists ( "news" , $context ) ? $context [ "news" ] : (function () { throw new RuntimeError ( 'Variable "news" does not exist.' , 48 , $this -> source ); })()), "publishDate" , [], "any" , false , false , false , 48 )) {
// line 49
echo " <p class=\"text-sm text-white mb-0\">" ;
echo twig_escape_filter ( $this -> env , twig_date_format_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , (isset( $context [ "news" ]) || array_key_exists ( "news" , $context ) ? $context [ "news" ] : (function () { throw new RuntimeError ( 'Variable "news" does not exist.' , 49 , $this -> source ); })()), "publishDate" , [], "any" , false , false , false , 49 ), "d F Y" ), "html" , null , true );
echo "</p>
";
}
// line 51
echo " </div>
";
// line 52
if ( twig_get_attribute ( $this -> env , $this -> source , (isset( $context [ "news" ]) || array_key_exists ( "news" , $context ) ? $context [ "news" ] : (function () { throw new RuntimeError ( 'Variable "news" does not exist.' , 52 , $this -> source ); })()), "content" , [], "any" , false , false , false , 52 )) {
// line 53
echo " <div class=\"row cms-area mb-12 blog-article\">
<div class=\"md:col-10 md:offset-1\">
";
// line 55
echo $this -> extensions [ 'App\Twig\TwigExtension' ]->{ closure : App\Twig\TwigExtension :: getFunctions (): 51 }((isset( $context [ "news" ]) || array_key_exists ( "news" , $context ) ? $context [ "news" ] : (function () { throw new RuntimeError ( 'Variable "news" does not exist.' , 55 , $this -> source ); })()), "content" );
echo "
</div>
</div>
";
}
// line 59
echo " " ;
if ((twig_get_attribute ( $this -> env , $this -> source , (isset( $context [ "news" ]) || array_key_exists ( "news" , $context ) ? $context [ "news" ] : (function () { throw new RuntimeError ( 'Variable "news" does not exist.' , 59 , $this -> source ); })()), "image2" , [], "any" , false , false , false , 59 ) || twig_get_attribute ( $this -> env , $this -> source , (isset( $context [ "news" ]) || array_key_exists ( "news" , $context ) ? $context [ "news" ] : (function () { throw new RuntimeError ( 'Variable "news" does not exist.' , 59 , $this -> source ); })()), "image3" , [], "any" , false , false , false , 59 ))) {
// line 60
echo " <div class=\"row mb-12\">
";
// line 61
if ( twig_get_attribute ( $this -> env , $this -> source , (isset( $context [ "news" ]) || array_key_exists ( "news" , $context ) ? $context [ "news" ] : (function () { throw new RuntimeError ( 'Variable "news" does not exist.' , 61 , $this -> source ); })()), "image2" , [], "any" , false , false , false , 61 )) {
// line 62
echo " <div class=\"sm:col-6 mb-8 sm:mb-0\">
<img src=\"";
// line 63
echo twig_escape_filter ( $this -> env , $this -> extensions [ 'App\Twig\TwigExtension' ]->{ closure : App\Twig\TwigExtension :: getFunctions (): 45 }(( "/" . twig_get_attribute ( $this -> env , $this -> source , (isset( $context [ "news" ]) || array_key_exists ( "news" , $context ) ? $context [ "news" ] : (function () { throw new RuntimeError ( 'Variable "news" does not exist.' , 63 , $this -> source ); })()), "getFullImage2Path" , [], "any" , false , false , false , 63 )), "zoomCrop" , 1140 , 1040 ), "html" , null , true );
echo "\" width=\"670\" height=\"612\" alt=\"" ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , (isset( $context [ "news" ]) || array_key_exists ( "news" , $context ) ? $context [ "news" ] : (function () { throw new RuntimeError ( 'Variable "news" does not exist.' , 63 , $this -> source ); })()), "title" , [], "any" , false , false , false , 63 ), "html" , null , true );
echo "\" loading=\"lazy\" />
</div>
";
}
// line 66
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , (isset( $context [ "news" ]) || array_key_exists ( "news" , $context ) ? $context [ "news" ] : (function () { throw new RuntimeError ( 'Variable "news" does not exist.' , 66 , $this -> source ); })()), "image3" , [], "any" , false , false , false , 66 )) {
// line 67
echo " <div class=\"sm:col-6\">
<img src=\"";
// line 68
echo twig_escape_filter ( $this -> env , $this -> extensions [ 'App\Twig\TwigExtension' ]->{ closure : App\Twig\TwigExtension :: getFunctions (): 45 }(( "/" . twig_get_attribute ( $this -> env , $this -> source , (isset( $context [ "news" ]) || array_key_exists ( "news" , $context ) ? $context [ "news" ] : (function () { throw new RuntimeError ( 'Variable "news" does not exist.' , 68 , $this -> source ); })()), "getFullImage3Path" , [], "any" , false , false , false , 68 )), "zoomCrop" , 1140 , 1040 ), "html" , null , true );
echo "\" width=\"670\" height=\"612\" alt=\"" ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , (isset( $context [ "news" ]) || array_key_exists ( "news" , $context ) ? $context [ "news" ] : (function () { throw new RuntimeError ( 'Variable "news" does not exist.' , 68 , $this -> source ); })()), "title" , [], "any" , false , false , false , 68 ), "html" , null , true );
echo "\" loading=\"lazy\" />
</div>
";
}
// line 71
echo " </div>
";
}
// line 73
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , (isset( $context [ "news" ]) || array_key_exists ( "news" , $context ) ? $context [ "news" ] : (function () { throw new RuntimeError ( 'Variable "news" does not exist.' , 73 , $this -> source ); })()), "content2" , [], "any" , false , false , false , 73 )) {
// line 74
echo " <div class=\"row cms-area mb-12 blog-article\">
<div class=\"md:col-10 md:offset-1\">
";
// line 76
echo $this -> extensions [ 'App\Twig\TwigExtension' ]->{ closure : App\Twig\TwigExtension :: getFunctions (): 51 }((isset( $context [ "news" ]) || array_key_exists ( "news" , $context ) ? $context [ "news" ] : (function () { throw new RuntimeError ( 'Variable "news" does not exist.' , 76 , $this -> source ); })()), "content2" );
echo "
</div>
</div>
";
}
// line 80
echo " </div>
</section>
";
// line 96
echo "
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2 -> leave ( $__internal_5a27a8ba21ca79b61932376b2fa922d2_prof );
$__internal_6f47bbe9983af81f1e7450e9a3e3768f -> leave ( $__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof );
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName ()
{
return "@theme/news/embedNewsArticle.html.twig" ;
}
/**
* @codeCoverageIgnore
*/
public function isTraitable ()
{
return false ;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo ()
{
return array ( 241 => 96 , 236 => 80 , 229 => 76 , 225 => 74 , 222 => 73 , 218 => 71 , 210 => 68 , 207 => 67 , 204 => 66 , 196 => 63 , 193 => 62 , 191 => 61 , 188 => 60 , 185 => 59 , 178 => 55 , 174 => 53 , 172 => 52 , 169 => 51 , 163 => 49 , 160 => 48 , 154 => 46 , 151 => 45 , 145 => 43 , 143 => 42 , 139 => 41 , 131 => 40 , 124 => 38 , 121 => 37 , 113 => 35 , 111 => 34 , 103 => 30 , 99 => 29 , 91 => 25 , 80 => 18 , 74 => 15 , 67 => 11 , 61 => 8 , 57 => 7 , 53 => 6 , 49 => 5 , 43 => 1 ,);
}
public function getSourceContext ()
{
return new Source ( "<script type=\"application/ld+json\">
{
\"@context\": \"https://schema.org\",
\"@type\": \"BlogPosting\",
\"headline\": \"{{ news.title }}\",
\"alternativeHeadline\": \"{{ news.subtitle|striptags }}\",
\"datePublished\": \"{{ news.publishDate|date('c') }}\",
\"dateModified\": \"{{ news.updatedAt|date('c') }}\",
\"author\": {
\"@type\": \"Organization\",
\"name\": \"{{ sitename }}\"
},
\"publisher\": {
\"@type\": \"Organization\",
\"name\": \"{{ sitename }}\",
\"logo\": {
\"@type\": \"ImageObject\",
\"url\": \"{{ siteurl }}{{ imageCache(asset('build/images/kas-scaffolding-logo.png'), 'cropResize', 600, 232) }}\",
\"width\": 600,
\"height\": 232
}
},
\"image\": {
\"@type\": \"ImageObject\",
\"url\": \"{{ siteurl }}{{ imageCache('/userfiles/images/news/' ~ news.image, 'zoomCrop', 800, 600) }}\",
\"width\": 800,
\"height\": 600
},
\"description\": \"{{ news.kicker|raw|striptags }}\",
\"articleBody\": \"{{ news.content|html_entity_decode|replace({'\\n': ' ', '\\r': ' '})|striptags }}\"
}
</script>
{% if news.image %}
<div class=\"banner-image banner-image--gradient lazyBackgroundImage\" data-mobile=\"{{ imageCache('/'~ news.getFullImagePath, 'zoomCrop', 1566, 822) }}\" data-desktop=\"{{ imageCache('/'~ news.getFullImagePath, 'zoomCrop', 3200, 1680) }}\"></div>
{% endif %}
<section class=\"page-content {% if news.image == null %} pt-[148px] md:pt-[163px]{% endif %}\">
<div class=\"container\">
<div class=\"bg-primary text-center text-white px-10 py-12 relative z-20 mb-12 {% if news.image != null %} -mt-12 sm:-mt-24 md:-mt-52{% else %}mt-12{% endif %}\">
<h1 class=\"text-white\">{{ allowInlineEditor(news, 'title')|raw }}</h1>
{% if news.subtitle %}
<h3 class=\"text-white\">{{ allowInlineEditor(news, 'subtitle')|striptags }}</h3>
{% endif %}
{% if news.kicker %}
{{ allowInlineEditor(news, 'kicker')|raw }}
{% endif %}
{% if news.publishDate %}
<p class=\"text-sm text-white mb-0\">{{ news.publishDate|date('d F Y') }}</p>
{% endif %}
</div>
{% if news.content %}
<div class=\"row cms-area mb-12 blog-article\">
<div class=\"md:col-10 md:offset-1\">
{{ allowInlineEditor(news, 'content')|raw }}
</div>
</div>
{% endif %}
{% if news.image2 or news.image3 %}
<div class=\"row mb-12\">
{% if news.image2 %}
<div class=\"sm:col-6 mb-8 sm:mb-0\">
<img src=\"{{ imageCache('/'~ news.getFullImage2Path, 'zoomCrop', 1140, 1040) }}\" width=\"670\" height=\"612\" alt=\"{{ news.title }}\" loading=\"lazy\" />
</div>
{% endif %}
{% if news.image3 %}
<div class=\"sm:col-6\">
<img src=\"{{ imageCache('/'~ news.getFullImage3Path, 'zoomCrop', 1140, 1040) }}\" width=\"670\" height=\"612\" alt=\"{{ news.title }}\" loading=\"lazy\" />
</div>
{% endif %}
</div>
{% endif %}
{% if news.content2 %}
<div class=\"row cms-area mb-12 blog-article\">
<div class=\"md:col-10 md:offset-1\">
{{ allowInlineEditor(news, 'content2')|raw }}
</div>
</div>
{% endif %}
</div>
</section>
{# {% if prev or next %}
<div class=\"row mt-10\">
<div class=\"col-12 flex\">
{% if prev %}
<a class=\"btn btn-primary mr-auto\" href=\"{{ generatePath( app.request, prev.linkedPageId, {'news_slug' : prev.slug } ) }}\"><i class=\"fa-regular fa-arrow-left\"></i> Previous</a>
{% endif %}
{% if next %}
<a class=\"btn btn-primary ml-auto\" href=\"{{ generatePath( app.request, next.linkedPageId, {'news_slug' : next.slug } ) }}\">Next <i class=\"fa-regular fa-arrow-right\"></i></a>
{% endif %}
</div>
</div>
{% endif %} #}
", "@theme/news/embedNewsArticle.html.twig" , "/var/www/html/k/kasscaffolding/templates/themes/theme/news/embedNewsArticle.html.twig" );
}
}