<?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;
/* HitsoCommonBundle:Front\HomePage:index.html.twig */
class __TwigTemplate_b9035dc876795ac92994b6e239eb6873980c08cf74559b12cf46a2a233ca7a3a extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'stylesheets' => [$this, 'block_stylesheets'],
'body_class' => [$this, 'block_body_class'],
'content' => [$this, 'block_content'],
'footer_javascripts' => [$this, 'block_footer_javascripts'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "HitsoCommonBundle::layout.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d->enter($__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "HitsoCommonBundle:Front\\HomePage:index.html.twig"));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "HitsoCommonBundle:Front\\HomePage:index.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "HitsoCommonBundle:Front\\HomePage:index.html.twig"));
$this->parent = $this->loadTemplate("HitsoCommonBundle::layout.html.twig", "HitsoCommonBundle:Front\\HomePage:index.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d->leave($__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 3
public function block_stylesheets($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d->enter($__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
// line 4
echo " ";
$this->displayParentBlock("stylesheets", $context, $blocks);
echo "
<link rel=\"stylesheet\" href=\"";
// line 5
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/hitsocommon/hitsox-default-theme/source/css/index-critical.css"), "html", null, true);
echo "\">
<link rel=\"preload\" as=\"style\"
href=\"";
// line 7
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\WebLinkExtension']->preload($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/hitsocommon/hitsox-default-theme/source/css/index-critical.css"), ["as" => "style"]), "html", null, true);
echo "\">
<link rel=\"preload\" href=\"";
// line 8
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\WebLinkExtension']->preload($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/hitsocommon/hitsox-default-theme/source/css/index.css"), ["as" => "style"]), "html", null, true);
echo "\"
as=\"style\" onload=\"this.onload=null;this.rel='stylesheet'\">
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d->leave($__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d_prof);
}
// line 12
public function block_body_class($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d->enter($__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_class"));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_class"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_class"));
$this->displayParentBlock("body_class", $context, $blocks);
echo " page--home";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d->leave($__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d_prof);
}
// line 14
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d->enter($__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
// line 15
echo " <main class=\"main\">
";
// line 16
$twigCacheStrategy1 = $this->env->getExtension('Twig\CacheExtension\Extension')->getCacheStrategy();
$twigKey1 = $twigCacheStrategy1->generateKey($this->extensions['Hitso\Bundle\CommonBundle\Twig\AppExtension']->getCacheHash("get_started"), ["time" => 3600] );
$twigCacheBody1 = $twigCacheStrategy1->fetchBlock($twigKey1);
if ($twigCacheBody1 === false) {
ob_start();
// line 17
echo " ";
$this->loadTemplate("HitsoCommonBundle:Front/HomePage:get_started.html.twig", "HitsoCommonBundle:Front\\HomePage:index.html.twig", 17)->display($context);
// line 18
echo " ";
$twigCacheBody1 = ob_get_clean();
$twigCacheStrategy1->saveBlock($twigKey1, $twigCacheBody1);
}
echo $twigCacheBody1;
// line 19
echo "
";
// line 20
$twigCacheStrategy2 = $this->env->getExtension('Twig\CacheExtension\Extension')->getCacheStrategy();
$twigKey2 = $twigCacheStrategy2->generateKey($this->extensions['Hitso\Bundle\CommonBundle\Twig\AppExtension']->getCacheHash("banner"), ["time" => 3600] );
$twigCacheBody2 = $twigCacheStrategy2->fetchBlock($twigKey2);
if ($twigCacheBody2 === false) {
ob_start();
// line 21
echo " ";
$this->loadTemplate("HitsoCommonBundle:Front/HomePage:banner.html.twig", "HitsoCommonBundle:Front\\HomePage:index.html.twig", 21)->display($context);
// line 22
echo " ";
$twigCacheBody2 = ob_get_clean();
$twigCacheStrategy2->saveBlock($twigKey2, $twigCacheBody2);
}
echo $twigCacheBody2;
// line 23
echo "
";
// line 24
$twigCacheStrategy3 = $this->env->getExtension('Twig\CacheExtension\Extension')->getCacheStrategy();
$twigKey3 = $twigCacheStrategy3->generateKey($this->extensions['Hitso\Bundle\CommonBundle\Twig\AppExtension']->getCacheHash("get_started"), ["time" => 3600] );
$twigCacheBody3 = $twigCacheStrategy3->fetchBlock($twigKey3);
if ($twigCacheBody3 === false) {
ob_start();
// line 25
echo " ";
$this->loadTemplate("HitsoCommonBundle:Front/HomePage:whats_new.html.twig", "HitsoCommonBundle:Front\\HomePage:index.html.twig", 25)->display($context);
// line 26
echo " ";
$twigCacheBody3 = ob_get_clean();
$twigCacheStrategy3->saveBlock($twigKey3, $twigCacheBody3);
}
echo $twigCacheBody3;
// line 27
echo "
";
// line 28
$twigCacheStrategy4 = $this->env->getExtension('Twig\CacheExtension\Extension')->getCacheStrategy();
$twigKey4 = $twigCacheStrategy4->generateKey($this->extensions['Hitso\Bundle\CommonBundle\Twig\AppExtension']->getCacheHash("technology_showcase"), ["time" => 3600] );
$twigCacheBody4 = $twigCacheStrategy4->fetchBlock($twigKey4);
if ($twigCacheBody4 === false) {
ob_start();
// line 29
echo " ";
$this->loadTemplate("HitsoCommonBundle:Front/HomePage:technology_showcase.html.twig", "HitsoCommonBundle:Front\\HomePage:index.html.twig", 29)->display($context);
// line 30
echo " ";
$twigCacheBody4 = ob_get_clean();
$twigCacheStrategy4->saveBlock($twigKey4, $twigCacheBody4);
}
echo $twigCacheBody4;
// line 31
echo "
";
// line 32
$twigCacheStrategy5 = $this->env->getExtension('Twig\CacheExtension\Extension')->getCacheStrategy();
$twigKey5 = $twigCacheStrategy5->generateKey($this->extensions['Hitso\Bundle\CommonBundle\Twig\AppExtension']->getCacheHash("possibilities_showcase"), ["time" => 3600] );
$twigCacheBody5 = $twigCacheStrategy5->fetchBlock($twigKey5);
if ($twigCacheBody5 === false) {
ob_start();
// line 33
echo " ";
$this->loadTemplate("HitsoCommonBundle:Front/HomePage:possibilities_showcase.html.twig", "HitsoCommonBundle:Front\\HomePage:index.html.twig", 33)->display($context);
// line 34
echo " ";
$twigCacheBody5 = ob_get_clean();
$twigCacheStrategy5->saveBlock($twigKey5, $twigCacheBody5);
}
echo $twigCacheBody5;
// line 35
echo "
";
// line 36
$twigCacheStrategy6 = $this->env->getExtension('Twig\CacheExtension\Extension')->getCacheStrategy();
$twigKey6 = $twigCacheStrategy6->generateKey($this->extensions['Hitso\Bundle\CommonBundle\Twig\AppExtension']->getCacheHash("blog"), ["time" => 3600] );
$twigCacheBody6 = $twigCacheStrategy6->fetchBlock($twigKey6);
if ($twigCacheBody6 === false) {
ob_start();
// line 37
echo " ";
$this->loadTemplate("HitsoCommonBundle:Front/HomePage:blog.html.twig", "HitsoCommonBundle:Front\\HomePage:index.html.twig", 37)->display($context);
// line 38
echo " ";
$twigCacheBody6 = ob_get_clean();
$twigCacheStrategy6->saveBlock($twigKey6, $twigCacheBody6);
}
echo $twigCacheBody6;
// line 39
echo "
";
// line 40
$twigCacheStrategy7 = $this->env->getExtension('Twig\CacheExtension\Extension')->getCacheStrategy();
$twigKey7 = $twigCacheStrategy7->generateKey($this->extensions['Hitso\Bundle\CommonBundle\Twig\AppExtension']->getCacheHash("features"), ["time" => 3600] );
$twigCacheBody7 = $twigCacheStrategy7->fetchBlock($twigKey7);
if ($twigCacheBody7 === false) {
ob_start();
// line 41
echo " ";
$this->loadTemplate("HitsoCommonBundle:Front/HomePage:features.html.twig", "HitsoCommonBundle:Front\\HomePage:index.html.twig", 41)->display($context);
// line 42
echo " ";
$twigCacheBody7 = ob_get_clean();
$twigCacheStrategy7->saveBlock($twigKey7, $twigCacheBody7);
}
echo $twigCacheBody7;
// line 43
echo "
";
// line 44
$twigCacheStrategy8 = $this->env->getExtension('Twig\CacheExtension\Extension')->getCacheStrategy();
$twigKey8 = $twigCacheStrategy8->generateKey($this->extensions['Hitso\Bundle\CommonBundle\Twig\AppExtension']->getCacheHash("contact"), ["time" => 3600] );
$twigCacheBody8 = $twigCacheStrategy8->fetchBlock($twigKey8);
if ($twigCacheBody8 === false) {
ob_start();
// line 45
echo " ";
$this->loadTemplate("HitsoCommonBundle:Front/HomePage:contact.html.twig", "HitsoCommonBundle:Front\\HomePage:index.html.twig", 45)->display($context);
// line 46
echo " ";
$twigCacheBody8 = ob_get_clean();
$twigCacheStrategy8->saveBlock($twigKey8, $twigCacheBody8);
}
echo $twigCacheBody8;
// line 47
echo " </main>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d->leave($__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d_prof);
}
// line 50
public function block_footer_javascripts($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d->enter($__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer_javascripts"));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer_javascripts"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer_javascripts"));
// line 51
echo " ";
$this->displayParentBlock("footer_javascripts", $context, $blocks);
echo "
<script src=\"";
// line 52
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/hitsocommon/hitsox-default-theme/source/js/index.js"), "html", null, true);
echo "\" defer></script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d->leave($__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d_prof);
}
public function getTemplateName()
{
return "HitsoCommonBundle:Front\\HomePage:index.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 333 => 52, 328 => 51, 315 => 50, 301 => 47, 294 => 46, 291 => 45, 285 => 44, 282 => 43, 275 => 42, 272 => 41, 266 => 40, 263 => 39, 256 => 38, 253 => 37, 247 => 36, 244 => 35, 237 => 34, 234 => 33, 228 => 32, 225 => 31, 218 => 30, 215 => 29, 209 => 28, 206 => 27, 199 => 26, 196 => 25, 190 => 24, 187 => 23, 180 => 22, 177 => 21, 171 => 20, 168 => 19, 161 => 18, 158 => 17, 152 => 16, 149 => 15, 136 => 14, 110 => 12, 94 => 8, 90 => 7, 85 => 5, 80 => 4, 67 => 3, 38 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'HitsoCommonBundle::layout.html.twig' %}
{% block stylesheets %}
{{ parent() }}
<link rel=\"stylesheet\" href=\"{{ asset('bundles/hitsocommon/hitsox-default-theme/source/css/index-critical.css') }}\">
<link rel=\"preload\" as=\"style\"
href=\"{{ preload(asset('bundles/hitsocommon/hitsox-default-theme/source/css/index-critical.css'), { as: 'style' }) }}\">
<link rel=\"preload\" href=\"{{ preload(asset('bundles/hitsocommon/hitsox-default-theme/source/css/index.css'), { as: 'style' }) }}\"
as=\"style\" onload=\"this.onload=null;this.rel='stylesheet'\">
{% endblock %}
{% block body_class %}{{ parent() }} page--home{% endblock %}
{% block content %}
<main class=\"main\">
{% cache cache_hash('get_started') {time: 3600} %}
{% include 'HitsoCommonBundle:Front/HomePage:get_started.html.twig' %}
{% endcache %}
{% cache cache_hash('banner') {time: 3600} %}
{% include 'HitsoCommonBundle:Front/HomePage:banner.html.twig' %}
{% endcache %}
{% cache cache_hash('get_started') {time: 3600} %}
{% include 'HitsoCommonBundle:Front/HomePage:whats_new.html.twig' %}
{% endcache %}
{% cache cache_hash('technology_showcase') {time: 3600} %}
{% include 'HitsoCommonBundle:Front/HomePage:technology_showcase.html.twig' %}
{% endcache %}
{% cache cache_hash('possibilities_showcase') {time: 3600} %}
{% include 'HitsoCommonBundle:Front/HomePage:possibilities_showcase.html.twig' %}
{% endcache %}
{% cache cache_hash('blog') {time: 3600} %}
{% include 'HitsoCommonBundle:Front/HomePage:blog.html.twig' %}
{% endcache %}
{% cache cache_hash('features') {time: 3600} %}
{% include 'HitsoCommonBundle:Front/HomePage:features.html.twig' %}
{% endcache %}
{% cache cache_hash('contact') {time: 3600} %}
{% include 'HitsoCommonBundle:Front/HomePage:contact.html.twig' %}
{% endcache %}
</main>
{% endblock %}
{% block footer_javascripts %}
{{ parent() }}
<script src=\"{{ asset('bundles/hitsocommon/hitsox-default-theme/source/js/index.js') }}\" defer></script>
{% endblock %}", "HitsoCommonBundle:Front\\HomePage:index.html.twig", "/var/www/html/stage.hartmann-tresore.pl/releases/71/src/Hitso/Bundle/CommonBundle/Resources/views/Front/HomePage/index.html.twig");
}
}