1<!-- file hero-header-banner.tpl.php -->
2<section
class=
"hero-header" <?php print !empty($context->theme->bannerUseDarkTheme) ?
' data-theme="dark" ':
'' ?> >
3 <div
class=
"container">
4 <h1
class=
"hero-header__title"><?php print $context->title; ?></h1>
5 <div
class=
"hero-header__desc"><?php print $context->desc; ?></div>