Deprecated: Symfony\Component\Translation\t(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/translation/Resources/functions.php on line 18

Deprecated: Symfony\Component\Dotenv\Dotenv::loadEnv(): Implicitly marking parameter $envKey as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/dotenv/Dotenv.php on line 110

Deprecated: Symfony\Component\Runtime\GenericRuntime::getResolver(): Implicitly marking parameter $reflector as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/runtime/GenericRuntime.php on line 89

Deprecated: Symfony\Component\Runtime\RuntimeInterface::getResolver(): Implicitly marking parameter $reflector as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/runtime/RuntimeInterface.php on line 26

Deprecated: Symfony\Component\Console\Input\ArgvInput::__construct(): Implicitly marking parameter $argv as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/console/Input/ArgvInput.php on line 46

Deprecated: Symfony\Component\Console\Input\ArgvInput::__construct(): Implicitly marking parameter $definition as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/console/Input/ArgvInput.php on line 46

Deprecated: Symfony\Component\Console\Input\Input::__construct(): Implicitly marking parameter $definition as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/console/Input/Input.php on line 36

Deprecated: Constant E_STRICT is deprecated in /var/www/html/t/taurushr/vendor/symfony/error-handler/ErrorHandler.php on line 58

Deprecated: Constant E_STRICT is deprecated in /var/www/html/t/taurushr/vendor/symfony/error-handler/ErrorHandler.php on line 76
Symfony Profiler

templates/themes/theme/wisdom/featured.html.twig line 1

Open in your IDE?
  1. <section class="workplace-wisdom">
  2.   <div class="container">
  3.     {% if forceRenderPcgcHtmlBlockByIdentifier(5)|raw %}
  4.       <div class="workplace-wisdom__title">
  5.         {{ forceRenderPcgcHtmlBlockByIdentifier(5)|raw }}
  6.       </div>
  7.     {% endif %}
  8.     <div class="workplace-wisdom__content">
  9.       {% if news %}
  10.         <div class="workplace-wisdom__item">
  11.           <div class="workplace-wisdom__item-content">
  12.             <h3>{{ news.title }}</h3>
  13.             {% if news.excerpt %}
  14.               <p>{{ news.excerpt | raw }}</p>
  15.             {% endif %}
  16.           </div>
  17.           <a
  18.             class="button button-white"
  19.             href="{{generatePath( app.request, news.linkedPageId, {'news_slug' : news.slug } ) }}"
  20.             >Read More <span class="sr-only">about {{ news.title }}</span></a
  21.           >
  22.         </div>
  23.       {% endif %}
  24.       {% if faq %}
  25.         <div class="workplace-wisdom__item">
  26.           <div class="workplace-wisdom__item-content">
  27.             <h3>{{ faq.title }}</h3>
  28.           </div>
  29.           <a
  30.             class="button button-white"
  31.             href="{{ generatePath(app.request, 11) }}"
  32.             >Read More <span class="sr-only">about {{ faq.title }}</span></a
  33.           >
  34.         </div>
  35.       {% endif %}
  36.     </div>
  37.   </div>
  38. </section>