var/cache/dev/twig/1e/1e25ca94395f4fd7f4f62eed7380bd8c.php line 56

  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* Default/index.html.twig */
  14. class __TwigTemplate_a1fb76f5f847b553f3c350055cc2ce2c extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'banner' => [$this'block_banner'],
  24.             'content' => [$this'block_content'],
  25.         ];
  26.     }
  27.     protected function doGetParent(array $context)
  28.     {
  29.         // line 1
  30.         return "Default/base.html.twig";
  31.     }
  32.     protected function doDisplay(array $context, array $blocks = [])
  33.     {
  34.         $macros $this->macros;
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Default/index.html.twig"));
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Default/index.html.twig"));
  39.         // line 2
  40.         $context["menu"] = "home";
  41.         // line 3
  42.         $context["home"] = true;
  43.         // line 4
  44.         $macros["macros"] = $this->macros["macros"] = $this->loadTemplate("Default/macros.html.twig""Default/index.html.twig"4)->unwrap();
  45.         // line 1
  46.         $this->parent $this->loadTemplate("Default/base.html.twig""Default/index.html.twig"1);
  47.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  48.         
  49.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  50.         
  51.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  52.     }
  53.     // line 6
  54.     public function block_banner($context, array $blocks = [])
  55.     {
  56.         $macros $this->macros;
  57.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  58.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""banner"));
  59.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  60.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""banner"));
  61.         // line 7
  62.         echo "<div id='homeBanner' class='relative hoverflow bg-gradient htop ";
  63.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("vh100 gpadding top-80-in"), "html"nulltrue);
  64.         echo " ";
  65.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("hz-20-in vt-20-in"), "html"nulltrue);
  66.         echo "' ";
  67.         if ($this->env->getFunction('isDesktop')->getCallable()()) {
  68.             echo " style=\"height : calc(100vh - 5.625vw);min-height : calc(100vh - 5.625vw);\" ";
  69.         }
  70.         echo ">
  71.    <div class=\"flex col middle center ";
  72.         // line 8
  73.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("bottom-80"), "html"nulltrue);
  74.         echo " ";
  75.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  76.         echo "\">
  77. \t<h1 class=\"text-center white ";
  78.         // line 9
  79.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("title"), "html"nulltrue);
  80.         echo " ";
  81.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  82.         echo "\">";
  83.         echo "Transformer le quotidien des béninois par le numérique</h1>
  84.    </div>
  85.    <div class=\"";
  86.         // line 11
  87.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("flex row center top-60 top-9-in"), "html"nulltrue);
  88.         echo " ";
  89.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("top-30"), "html"nulltrue);
  90.         echo "\">
  91. \t\t";
  92.         // line 12
  93.         $context['_parent'] = $context;
  94.         $context['_seq'] = twig_ensure_traversable((isset($context["services"]) || array_key_exists("services"$context) ? $context["services"] : (function () { throw new RuntimeError('Variable "services" does not exist.'12$this->source); })()));
  95.         $context['loop'] = [
  96.           'parent' => $context['_parent'],
  97.           'index0' => 0,
  98.           'index'  => 1,
  99.           'first'  => true,
  100.         ];
  101.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  102.             $length count($context['_seq']);
  103.             $context['loop']['revindex0'] = $length 1;
  104.             $context['loop']['revindex'] = $length;
  105.             $context['loop']['length'] = $length;
  106.             $context['loop']['last'] = === $length;
  107.         }
  108.         foreach ($context['_seq'] as $context["_key"] => $context["o"]) {
  109.             // line 13
  110.             echo "\t\t";
  111.             echo twig_call_macro($macros["macros"], "macro_service", [$context["o"], twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse13), true], 13$context$this->getSourceContext());
  112.             echo "
  113. \t\t";
  114.             ++$context['loop']['index0'];
  115.             ++$context['loop']['index'];
  116.             $context['loop']['first'] = false;
  117.             if (isset($context['loop']['length'])) {
  118.                 --$context['loop']['revindex0'];
  119.                 --$context['loop']['revindex'];
  120.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  121.             }
  122.         }
  123.         $_parent $context['_parent'];
  124.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['o'], $context['_parent'], $context['loop']);
  125.         $context array_intersect_key($context$_parent) + $_parent;
  126.         // line 15
  127.         echo "\t</div>
  128. </div>
  129. ";
  130.         
  131.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  132.         
  133.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  134.     }
  135.     // line 19
  136.     public function block_content($context, array $blocks = [])
  137.     {
  138.         $macros $this->macros;
  139.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  140.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  141.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  142.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  143.         // line 20
  144.         echo "\t";
  145.         // line 45
  146.         echo "\t<div id=\"home-articles\" class=\"";
  147.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("gpadding top-80-in bottom-80-in bottom-80"), "html"nulltrue);
  148.         echo " ";
  149.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("hz-20-in"), "html"nulltrue);
  150.         echo "\">
  151. \t\t<div class='";
  152.         // line 46
  153.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("top-5 top-70-in"), "html"nulltrue);
  154.         echo "'>
  155. \t\t\t<div class=\" ";
  156.         // line 47
  157.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("flex row middle space"), "html"nulltrue);
  158.         echo " ";
  159.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  160.         echo "\">
  161. \t\t\t\t<div class=\"flex row center middle ";
  162.         // line 48
  163.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()(""), "html"nulltrue);
  164.         echo " ";
  165.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("bottom-15"), "html"nulltrue);
  166.         echo "\">
  167.                     <icon class=\"icon medium contain relative\">
  168.                         <img src=\"";
  169.         // line 50
  170.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/title-icon.png"), "html"nulltrue);
  171.         echo "\" class=\"contain\">
  172.                     </icon>
  173. \t\t\t\t\t<h2 class=\"flex row aquawax extrabold success ";
  174.         // line 52
  175.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("h1"), "html"nulltrue);
  176.         echo "\"><span class=\"success\">Nos dernières</span><span class=\"warning left-20\">actualités</span></h2>
  177. \t\t\t\t</div>
  178. \t\t\t\t<div class=\"";
  179.         // line 54
  180.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()(""), "html"nulltrue);
  181.         echo " ";
  182.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  183.         echo "\">
  184. \t\t\t\t\t<a href=\"";
  185.         // line 55
  186.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("articles");
  187.         echo "\" class=\"p bg-warning white upper ";
  188.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("extrabold top-2 hz-80-in vt-30-in"), "html"nulltrue);
  189.         echo " ";
  190.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("bold hz-40-in vt-15-in"), "html"nulltrue);
  191.         echo "\"><span class=\"";
  192.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("hz-10-in vt-7-in"), "html"nulltrue);
  193.         echo " ";
  194.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  195.         echo "\">Toutes nos actus</span></a>
  196. \t\t\t\t</div>
  197. \t\t\t</div>
  198. \t\t\t<div class=\"";
  199.         // line 58
  200.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("top-60 top-7-in"), "html"nulltrue);
  201.         echo " ";
  202.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("top-30"), "html"nulltrue);
  203.         echo "\">
  204. \t\t\t\t";
  205.         // line 63
  206.         echo "\t\t\t\t";
  207.         $context['_parent'] = $context;
  208.         $context['_seq'] = twig_ensure_traversable((isset($context["articles"]) || array_key_exists("articles"$context) ? $context["articles"] : (function () { throw new RuntimeError('Variable "articles" does not exist.'63$this->source); })()));
  209.         $context['loop'] = [
  210.           'parent' => $context['_parent'],
  211.           'index0' => 0,
  212.           'index'  => 1,
  213.           'first'  => true,
  214.         ];
  215.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  216.             $length count($context['_seq']);
  217.             $context['loop']['revindex0'] = $length 1;
  218.             $context['loop']['revindex'] = $length;
  219.             $context['loop']['length'] = $length;
  220.             $context['loop']['last'] = === $length;
  221.         }
  222.         foreach ($context['_seq'] as $context["_key"] => $context["o"]) {
  223.             // line 64
  224.             echo "\t\t\t\t";
  225.             echo twig_call_macro($macros["macros"], "macro_article", [$context["o"], twig_get_attribute($this->env$this->source$context["loop"], "last", [], "any"falsefalsefalse64), true], 64$context$this->getSourceContext());
  226.             echo "
  227. \t\t\t\t";
  228.             ++$context['loop']['index0'];
  229.             ++$context['loop']['index'];
  230.             $context['loop']['first'] = false;
  231.             if (isset($context['loop']['length'])) {
  232.                 --$context['loop']['revindex0'];
  233.                 --$context['loop']['revindex'];
  234.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  235.             }
  236.         }
  237.         $_parent $context['_parent'];
  238.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['o'], $context['_parent'], $context['loop']);
  239.         $context array_intersect_key($context$_parent) + $_parent;
  240.         // line 66
  241.         echo "\t\t\t</div>
  242. \t\t</div>
  243. \t</div>
  244. \t
  245. \t<div id=\"home-role\" class=\" ";
  246.         // line 70
  247.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()(""), "html"nulltrue);
  248.         echo " ";
  249.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  250.         echo "\">
  251.         <div class=\"relative\">
  252.             <figure class=\"fill absolute left top ";
  253.         // line 72
  254.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()(""), "html"nulltrue);
  255.         echo " ";
  256.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  257.         echo "\">
  258.                 <img src='";
  259.         // line 73
  260.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/bg-pole.jpg"), "html"nulltrue);
  261.         echo "' class=\"cover\">
  262.                 <div class=\"relative fill pole-mask\"></div>
  263.             </figure>
  264.             <div class=\"fill relative  ";
  265.         // line 76
  266.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("gpadding top-80-in bottom-80-in"), "html"nulltrue);
  267.         echo " ";
  268.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("hz-20-in vt-40-in"), "html"nulltrue);
  269.         echo "\">
  270.                 <div class='";
  271.         // line 77
  272.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("top-5 top-70-in bottom-20 "), "html"nulltrue);
  273.         echo "'>
  274.                     <div class=\"flex row center middle ";
  275.         // line 78
  276.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()(""), "html"nulltrue);
  277.         echo " ";
  278.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  279.         echo "\">
  280.                         <icon class=\"icon medium contain relative\">
  281.                             <img src=\"";
  282.         // line 80
  283.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/title-icon.png"), "html"nulltrue);
  284.         echo "\" class=\"contain\">
  285.                         </icon>
  286.                         <h2 class=\"flex row aquawax extrabold success ";
  287.         // line 82
  288.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("h1"), "html"nulltrue);
  289.         echo "\">Nos valeurs</h2>
  290.                     </div>
  291. \t\t\t\t\t<span class=\"w100 flex row center vt-15-in success bold h4\"><span class=\"half\">L’Agence des Systèmes d’Information et du Numérique a pour mission la mise en œuvre opérationnelle des projets relatifs au secteur du numérique.</span></span>
  292.                     <div class=\"";
  293.         // line 85
  294.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("flex row space top-60 top-9-in"), "html"nulltrue);
  295.         echo " ";
  296.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("top-30"), "html"nulltrue);
  297.         echo "\">
  298.                         ";
  299.         // line 90
  300.         echo "                        
  301.                         ";
  302.         // line 91
  303.         $context["roles"] = [=> ["label" => "Confiance""description" => "Être un partenaire respectueux des engagements"]];
  304.         // line 92
  305.         echo "                        ";
  306.         $context["roles"] = twig_array_merge((isset($context["roles"]) || array_key_exists("roles"$context) ? $context["roles"] : (function () { throw new RuntimeError('Variable "roles" does not exist.'92$this->source); })()), [=> ["label" => "Accessibilité""description" => "Concevoir des dispositifs numériques afin que chaque utilisateur puisse comprendre, naviguer et interagir aisément."]]);
  307.         // line 93
  308.         echo "                        ";
  309.         $context["roles"] = twig_array_merge((isset($context["roles"]) || array_key_exists("roles"$context) ? $context["roles"] : (function () { throw new RuntimeError('Variable "roles" does not exist.'93$this->source); })()), [=> ["label" => "Résilience""description" => "S’adapter aux perturbations et savoir les surmonter "]]);
  310.         // line 94
  311.         echo "                        ";
  312.         $context["roles"] = twig_array_merge((isset($context["roles"]) || array_key_exists("roles"$context) ? $context["roles"] : (function () { throw new RuntimeError('Variable "roles" does not exist.'94$this->source); })()), [=> ["label" => "Écoute""description" => "    Se rendre disponible, être attentif et prendre du temps pour écouter afin d’apporter les solutions les plus performantes."]]);
  313.         // line 95
  314.         echo "                        
  315.                         ";
  316.         // line 96
  317.         $context['_parent'] = $context;
  318.         $context['_seq'] = twig_ensure_traversable((isset($context["roles"]) || array_key_exists("roles"$context) ? $context["roles"] : (function () { throw new RuntimeError('Variable "roles" does not exist.'96$this->source); })()));
  319.         foreach ($context['_seq'] as $context["_key"] => $context["o"]) {
  320.             // line 97
  321.             echo "\t\t\t\t\t\t<article class=\"bg-warning shadow-alt relative service  ";
  322.             echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("quarter-20"), "html"nulltrue);
  323.             echo " ";
  324.             echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("w100 bottom-20"), "html"nulltrue);
  325.             echo "\">
  326.                             <h2 class=\"bg-white ";
  327.             // line 98
  328.             echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("vt-7-in hz-30-in"), "html"nulltrue);
  329.             echo "\">";
  330.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["o"], "label", [], "any"falsefalsefalse98), "html"nulltrue);
  331.             echo "</h2>
  332.                             <div class=\"bg-warning-alt vt-5-in\"></div>
  333.                             <div class=\"flex col space ";
  334.             // line 100
  335.             echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("hz-30-in vt-50-in"), "html"nulltrue);
  336.             echo " ";
  337.             echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("hz-30-in vt-25-in"), "html"nulltrue);
  338.             echo "\">
  339.                                 <p class=\"success semibold h3 lh-3x ";
  340.             // line 101
  341.             echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()(""), "html"nulltrue);
  342.             echo " ";
  343.             echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  344.             echo "\">
  345.                                     ";
  346.             // line 102
  347.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["o"], "description", [], "any"falsefalsefalse102), "html"nulltrue);
  348.             echo "
  349.                                 </p>
  350.                             </div>
  351. \t\t\t\t\t\t</article>
  352. \t\t\t\t\t   
  353.                         ";
  354.         }
  355.         $_parent $context['_parent'];
  356.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['o'], $context['_parent'], $context['loop']);
  357.         $context array_intersect_key($context$_parent) + $_parent;
  358.         // line 108
  359.         echo "                    </div>
  360. \t\t\t\t\t<div class='";
  361.         // line 109
  362.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("bottom-8-in "), "html"nulltrue);
  363.         echo "'></div>
  364. \t\t\t\t</div>
  365.             </div>
  366.         </div>
  367. \t</div>
  368. \t<div id=\"home-project\" class=\"bg-warning ";
  369.         // line 114
  370.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("gpadding top-80-in bottom-80-in"), "html"nulltrue);
  371.         echo " ";
  372.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("hz-20-in vt-40-in"), "html"nulltrue);
  373.         echo "\">
  374. \t\t<div class='";
  375.         // line 115
  376.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("top-40 "), "html"nulltrue);
  377.         echo "'>
  378. \t\t\t<div class=\" ";
  379.         // line 116
  380.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("flex row middle space"), "html"nulltrue);
  381.         echo " ";
  382.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  383.         echo "\">
  384. \t\t\t\t<div class=\"flex row center middle ";
  385.         // line 117
  386.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()(""), "html"nulltrue);
  387.         echo " ";
  388.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("bottom-15"), "html"nulltrue);
  389.         echo "\">
  390.                     <icon class=\"icon medium contain relative\">
  391.                         <img src=\"";
  392.         // line 119
  393.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/title-icon.png"), "html"nulltrue);
  394.         echo "\" class=\"contain filter-white\">
  395.                     </icon>
  396. \t\t\t\t\t<h2 class=\"flex row aquawax extrabold success ";
  397.         // line 121
  398.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("h1"), "html"nulltrue);
  399.         echo "\"><span class=\"success\">Nos </span><span class=\"white left-20\">projets</span></h2>
  400. \t\t\t\t</div>
  401. \t\t\t\t<div class=\"";
  402.         // line 123
  403.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()(""), "html"nulltrue);
  404.         echo " ";
  405.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  406.         echo "\">
  407. \t\t\t\t\t<a href=\"";
  408.         // line 124
  409.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("projects");
  410.         echo "\" class=\"p bg-success white upper ";
  411.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("extrabold top-2 hz-80-in vt-30-in"), "html"nulltrue);
  412.         echo " ";
  413.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("bold hz-40-in vt-15-in"), "html"nulltrue);
  414.         echo "\"><span class=\"";
  415.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("hz-10-in vt-7-in"), "html"nulltrue);
  416.         echo " ";
  417.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  418.         echo "\">Tous nos projets</span></a>
  419. \t\t\t\t</div>
  420. \t\t\t</div>
  421. \t\t\t<div class=\"";
  422.         // line 127
  423.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("flex row space top-80 top-4-in"), "html"nulltrue);
  424.         echo " ";
  425.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("top-40"), "html"nulltrue);
  426.         echo "\">
  427. \t\t\t\t";
  428.         // line 132
  429.         echo "\t\t\t\t<div class='w100 articles ";
  430.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("top-50"), "html"nulltrue);
  431.         echo "'>
  432. \t\t\t\t\t<div class='w100 ";
  433.         // line 133
  434.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()(" flex row space wrap vt-30-in"), "html"nulltrue);
  435.         echo " ";
  436.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  437.         echo "'>
  438. \t\t\t\t\t\t";
  439.         // line 134
  440.         $context['_parent'] = $context;
  441.         $context['_seq'] = twig_ensure_traversable((isset($context["projects"]) || array_key_exists("projects"$context) ? $context["projects"] : (function () { throw new RuntimeError('Variable "projects" does not exist.'134$this->source); })()));
  442.         $context['loop'] = [
  443.           'parent' => $context['_parent'],
  444.           'index0' => 0,
  445.           'index'  => 1,
  446.           'first'  => true,
  447.         ];
  448.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  449.             $length count($context['_seq']);
  450.             $context['loop']['revindex0'] = $length 1;
  451.             $context['loop']['revindex'] = $length;
  452.             $context['loop']['length'] = $length;
  453.             $context['loop']['last'] = === $length;
  454.         }
  455.         foreach ($context['_seq'] as $context["_key"] => $context["o"]) {
  456.             // line 135
  457.             echo "\t\t\t\t\t\t";
  458.             echo twig_call_macro($macros["macros"], "macro_project", [$context["o"], twig_get_attribute($this->env$this->source$context["loop"], "last", [], "any"falsefalsefalse135)], 135$context$this->getSourceContext());
  459.             echo "
  460. \t\t\t\t\t\t";
  461.             ++$context['loop']['index0'];
  462.             ++$context['loop']['index'];
  463.             $context['loop']['first'] = false;
  464.             if (isset($context['loop']['length'])) {
  465.                 --$context['loop']['revindex0'];
  466.                 --$context['loop']['revindex'];
  467.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  468.             }
  469.         }
  470.         $_parent $context['_parent'];
  471.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['o'], $context['_parent'], $context['loop']);
  472.         $context array_intersect_key($context$_parent) + $_parent;
  473.         // line 137
  474.         echo "\t\t\t\t\t</div>
  475. \t\t\t\t</div>
  476. \t\t\t</div>
  477. \t\t</div>
  478. \t</div>
  479. \t
  480. ";
  481.         
  482.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  483.         
  484.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  485.     }
  486.     public function getTemplateName()
  487.     {
  488.         return "Default/index.html.twig";
  489.     }
  490.     public function isTraitable()
  491.     {
  492.         return false;
  493.     }
  494.     public function getDebugInfo()
  495.     {
  496.         return array (  493 => 137,  476 => 135,  459 => 134,  453 => 133,  448 => 132,  442 => 127,  428 => 124,  422 => 123,  417 => 121,  412 => 119,  405 => 117,  399 => 116,  395 => 115,  389 => 114,  381 => 109,  378 => 108,  366 => 102,  360 => 101,  354 => 100,  347 => 98,  340 => 97,  336 => 96,  333 => 95,  330 => 94,  327 => 93,  324 => 92,  322 => 91,  319 => 90,  313 => 85,  307 => 82,  302 => 80,  295 => 78,  291 => 77,  285 => 76,  279 => 73,  273 => 72,  266 => 70,  260 => 66,  243 => 64,  225 => 63,  219 => 58,  205 => 55,  199 => 54,  194 => 52,  189 => 50,  182 => 48,  176 => 47,  172 => 46,  165 => 45,  163 => 20,  153 => 19,  141 => 15,  124 => 13,  107 => 12,  101 => 11,  93 => 9,  87 => 8,  76 => 7,  66 => 6,  55 => 1,  53 => 4,  51 => 3,  49 => 2,  36 => 1,);
  497.     }
  498.     public function getSourceContext()
  499.     {
  500.         return new Source("{% extends 'Default/base.html.twig' %}
  501. {% set menu = 'home' %}
  502. {% set home = true %}
  503. {% import \"Default/macros.html.twig\" as macros %}
  504. {% block banner %}
  505. <div id='homeBanner' class='relative hoverflow bg-gradient htop {{desktop(\"vh100 gpadding top-80-in\")}} {{mobile(\"hz-20-in vt-20-in\")}}' {% if isDesktop() %} style=\"height : calc(100vh - 5.625vw);min-height : calc(100vh - 5.625vw);\" {%endif%}>
  506.    <div class=\"flex col middle center {{desktop('bottom-80')}} {{mobile('')}}\">
  507. \t<h1 class=\"text-center white {{desktop('title')}} {{mobile('')}}\">{#<span class=\"upper black right-10\">L'Asin,</span>#}Transformer le quotidien des béninois par le numérique</h1>
  508.    </div>
  509.    <div class=\"{{desktop('flex row center top-60 top-9-in')}} {{mobile('top-30')}}\">
  510. \t\t{% for o in services %}
  511. \t\t{{macros.service(o, loop.index, true)}}
  512. \t\t{%endfor%}
  513. \t</div>
  514. </div>
  515. {% endblock %}
  516. {% block content %}
  517. \t{#
  518. \t<div id=\"home-job\" class=\"bg-white {{desktop('gpadding  bottom-80-in')}} {{mobile('hz-20-in vt-40-in')}}\">
  519. \t\t<div class='{{desktop(\"bottom-50 bottom-80-in \")}}'>
  520. \t\t\t<div class=\"flex row center middle {{desktop('')}} {{mobile('')}}\">
  521. \t\t\t\t<svg class=\"icon\"  viewBox=\"0 0 92 92\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  522. \t\t\t\t<path d=\"M36.6667 13.3333L46 4M27.3333 64.6667L64.6667 27.3333M46 88L55.3333 78.6667M67 78.6667C70.0942 78.6667 73.0617 77.4375 75.2496 75.2496C77.4375 73.0617 78.6667 70.0942 78.6667 67C78.6667 63.9058 77.4375 60.9383 75.2496 58.7504C73.0617 56.5625 70.0942 55.3333 67 55.3333C63.9058 55.3333 60.9383 56.5625 58.7504 58.7504C56.5625 60.9383 55.3333 63.9058 55.3333 67C55.3333 70.0942 56.5625 73.0617 58.7504 75.2496C60.9383 77.4375 63.9058 78.6667 67 78.6667ZM25 36.6667C28.0942 36.6667 31.0617 35.4375 33.2496 33.2496C35.4375 31.0617 36.6667 28.0942 36.6667 25C36.6667 21.9058 35.4375 18.9383 33.2496 16.7504C31.0617 14.5625 28.0942 13.3333 25 13.3333C21.9058 13.3333 18.9383 14.5625 16.7504 16.7504C14.5625 18.9383 13.3333 21.9058 13.3333 25C13.3333 28.0942 14.5625 31.0617 16.7504 33.2496C18.9383 35.4375 21.9058 36.6667 25 36.6667ZM15.6667 88C18.7609 88 21.7283 86.7708 23.9162 84.5829C26.1042 82.395 27.3333 79.4275 27.3333 76.3333C27.3333 73.2391 26.1042 70.2717 23.9162 68.0838C21.7283 65.8958 18.7609 64.6667 15.6667 64.6667C12.5725 64.6667 9.60501 65.8958 7.41709 68.0838C5.22916 70.2717 4 73.2391 4 76.3333C4 79.4275 5.22916 82.395 7.41709 84.5829C9.60501 86.7708 12.5725 88 15.6667 88ZM76.3333 27.3333C79.4275 27.3333 82.395 26.1042 84.5829 23.9162C86.7708 21.7283 88 18.7609 88 15.6667C88 12.5725 86.7708 9.60501 84.5829 7.41709C82.395 5.22916 79.4275 4 76.3333 4C73.2391 4 70.2717 5.22916 68.0838 7.41709C65.8958 9.60501 64.6667 12.5725 64.6667 15.6667C64.6667 18.7609 65.8958 21.7283 68.0838 23.9162C70.2717 26.1042 73.2391 27.3333 76.3333 27.3333Z\" stroke=\"#81B0B1\" stroke-width=\"8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
  523. \t\t\t\t</svg>
  524. \t\t\t\t<h2 class=\"flex row aquawax extrabold success {{desktop('h1')}}\" style=\"transform: translateX(-2.39583vw);\"><span class=\"success\">Nos dernières</span><span class=\"warning left-20\">offres d’emploi</span></h2>
  525. \t\t\t</div>
  526. \t\t\t<div class=\"{{desktop('flex row space top-80 top-4-in')}} {{mobile('top-40')}}\">
  527. \t\t\t\t{% set jobs =  [{'structure':\"drh\",'openingDate':\"05 MARS 2023\",'status':'En cours','title' : \"Avis de recrutement d’un Directeur Technique (H/F)\", 'banner':\"images/emp1.jpg\"}] %}
  528. \t\t\t\t{% set jobs =  jobs|merge([{'structure':\"drh\",'openingDate':\"05 MARS 2023\",'status':'En cours','title' : \"Avis de recrutement d’une Assistante de Direction\", 'banner':\"images/emp2.jpg\"}]) %}
  529. \t\t\t\t{% set jobs =  jobs|merge([{'structure':\"dsi\",'openingDate':\"05 MARS 2023\",'status':'Clôturé','title' : \"Avis de recrutement d’un Assistant Ressources Humaines (H/F)\", 'banner':\"images/emp3.jpg\"}]) %}
  530. \t\t\t\t
  531. \t\t\t\t{% for o in emplois %}
  532. \t\t\t\t{{macros.opportunity(o, false, true)}}
  533. \t\t\t\t{%endfor%}
  534. \t\t\t</div>
  535. \t\t\t<div class=\"{{desktop('top-80 top-30-in')}} {{mobile('top-40')}}\">
  536. \t\t\t\t<a href='{{url(\"opportunities-cat\",{cat:\"emploi\"})}}' class=\"p bg-success white upper {{desktop('extrabold top-2 hz-80-in vt-30-in')}} {{mobile('bold hz-40-in vt-15-in')}}\"><span class=\"{{desktop('hz-10-in vt-7-in')}} {{mobile('')}}\">Toutes NOS offres</span></a>
  537. \t\t\t</div>
  538. \t\t\t<div class='{{desktop(\"bottom-7-in \")}}'></div>
  539. \t\t</div>
  540. \t</div>
  541. \t#}
  542. \t<div id=\"home-articles\" class=\"{{desktop('gpadding top-80-in bottom-80-in bottom-80')}} {{mobile('hz-20-in')}}\">
  543. \t\t<div class='{{desktop(\"top-5 top-70-in\")}}'>
  544. \t\t\t<div class=\" {{desktop('flex row middle space')}} {{mobile('')}}\">
  545. \t\t\t\t<div class=\"flex row center middle {{desktop('')}} {{mobile('bottom-15')}}\">
  546.                     <icon class=\"icon medium contain relative\">
  547.                         <img src=\"{{asset('images/title-icon.png')}}\" class=\"contain\">
  548.                     </icon>
  549. \t\t\t\t\t<h2 class=\"flex row aquawax extrabold success {{desktop('h1')}}\"><span class=\"success\">Nos dernières</span><span class=\"warning left-20\">actualités</span></h2>
  550. \t\t\t\t</div>
  551. \t\t\t\t<div class=\"{{desktop('')}} {{mobile('')}}\">
  552. \t\t\t\t\t<a href=\"{{url('articles')}}\" class=\"p bg-warning white upper {{desktop('extrabold top-2 hz-80-in vt-30-in')}} {{mobile('bold hz-40-in vt-15-in')}}\"><span class=\"{{desktop('hz-10-in vt-7-in')}} {{mobile('')}}\">Toutes nos actus</span></a>
  553. \t\t\t\t</div>
  554. \t\t\t</div>
  555. \t\t\t<div class=\"{{desktop('top-60 top-7-in')}} {{mobile('top-30')}}\">
  556. \t\t\t\t{#{% set articles =  [{'id':1,'slug':'azerty','title' : \"Le Directeur Général de l'ASIN sur The Voice Of Africa\", \"description\":\"Le Directeur Général de l'Agence des Systèmes d'Information et du Numérique (ASIN), Monsieur Marc-André AkinOlu LOKO était l'invité ce lundi 13 février 2023 de la web radio tunisienne « The Voice of Africa ».\", 'banner':\"images/art1.png\"}] %}
  557. \t\t\t\t{% set articles =  articles|merge([{'id':1,'slug':'azerty','title' : 'Magazine Benin Numérique N°001 - Février 2023',\"description\":\"Découvrez le premier numéro de BENIN NUMERIQUE le magazine d'information dédié au secteur du numérique au Bénin.\", 'banner':\"images/art2.jpg\"}]) %}
  558. \t\t\t\t{% set articles =  articles|merge([{'id':1,'slug':'azerty','title' : \"Dixième Conférence des DSI\",'description' : \"L'Agence des Systèmes d’Information et du Numérique (ASIN) à travers son pôle Systèmes d’Information et Digitalisation a organisé le mardi 29 novembre 2022, la dixième Conférence des Directeurs des Systèmes d’Information (CDSI)...\", 'banner':\"images/art3.jpg\"}]) %}
  559. \t\t\t\t#}
  560. \t\t\t\t{% for o in articles %}
  561. \t\t\t\t{{macros.article(o,loop.last , true)}}
  562. \t\t\t\t{%endfor%}
  563. \t\t\t</div>
  564. \t\t</div>
  565. \t</div>
  566. \t
  567. \t<div id=\"home-role\" class=\" {{desktop('')}} {{mobile('')}}\">
  568.         <div class=\"relative\">
  569.             <figure class=\"fill absolute left top {{desktop('')}} {{mobile('')}}\">
  570.                 <img src='{{asset(\"images/bg-pole.jpg\")}}' class=\"cover\">
  571.                 <div class=\"relative fill pole-mask\"></div>
  572.             </figure>
  573.             <div class=\"fill relative  {{desktop('gpadding top-80-in bottom-80-in')}} {{mobile('hz-20-in vt-40-in')}}\">
  574.                 <div class='{{desktop(\"top-5 top-70-in bottom-20 \")}}'>
  575.                     <div class=\"flex row center middle {{desktop('')}} {{mobile('')}}\">
  576.                         <icon class=\"icon medium contain relative\">
  577.                             <img src=\"{{asset('images/title-icon.png')}}\" class=\"contain\">
  578.                         </icon>
  579.                         <h2 class=\"flex row aquawax extrabold success {{desktop('h1')}}\">Nos valeurs</h2>
  580.                     </div>
  581. \t\t\t\t\t<span class=\"w100 flex row center vt-15-in success bold h4\"><span class=\"half\">L’Agence des Systèmes d’Information et du Numérique a pour mission la mise en œuvre opérationnelle des projets relatifs au secteur du numérique.</span></span>
  582.                     <div class=\"{{desktop('flex row space top-60 top-9-in')}} {{mobile('top-30')}}\">
  583.                         {#{% set services =  [{'id':1,'slug':\"drh\",'title' : 'Orchestrateur et fédérateur de l’écosystème digital', 'banner':\"images/pole1.jpg\"}] %}
  584.                         {% set services =  services|merge([{'id':1,'slug':\"drh\",'title' : 'Accélérateur de projets pour les administrations publics', 'banner':\"images/pole2.jpg\"}]) %}
  585.                         {% set services =  services|merge([{'id':1,'slug':\"drh\",'title' : 'Moteur de la promotion et de la sensibilisation autour du Digital', 'banner':\"images/pole3.jpg\"}]) %}
  586. \t\t\t\t\t\t#}
  587.                         
  588.                         {% set roles =  [{'label' : 'Confiance', 'description':\"Être un partenaire respectueux des engagements\"}] %}
  589.                         {% set roles =  roles|merge([{'label' : 'Accessibilité', 'description':\"Concevoir des dispositifs numériques afin que chaque utilisateur puisse comprendre, naviguer et interagir aisément.\"}]) %}
  590.                         {% set roles =  roles|merge([{'label' : 'Résilience', 'description':\"S’adapter aux perturbations et savoir les surmonter \"}]) %}
  591.                         {% set roles =  roles|merge([{'label' : 'Écoute', 'description':\"    Se rendre disponible, être attentif et prendre du temps pour écouter afin d’apporter les solutions les plus performantes.\"}]) %}
  592.                         
  593.                         {% for o in roles %}
  594. \t\t\t\t\t\t<article class=\"bg-warning shadow-alt relative service  {{desktop('quarter-20')}} {{mobile('w100 bottom-20')}}\">
  595.                             <h2 class=\"bg-white {{desktop('vt-7-in hz-30-in')}}\">{{o.label}}</h2>
  596.                             <div class=\"bg-warning-alt vt-5-in\"></div>
  597.                             <div class=\"flex col space {{desktop('hz-30-in vt-50-in')}} {{mobile('hz-30-in vt-25-in')}}\">
  598.                                 <p class=\"success semibold h3 lh-3x {{desktop('')}} {{mobile('')}}\">
  599.                                     {{o.description}}
  600.                                 </p>
  601.                             </div>
  602. \t\t\t\t\t\t</article>
  603. \t\t\t\t\t   
  604.                         {%endfor%}
  605.                     </div>
  606. \t\t\t\t\t<div class='{{desktop(\"bottom-8-in \")}}'></div>
  607. \t\t\t\t</div>
  608.             </div>
  609.         </div>
  610. \t</div>
  611. \t<div id=\"home-project\" class=\"bg-warning {{desktop('gpadding top-80-in bottom-80-in')}} {{mobile('hz-20-in vt-40-in')}}\">
  612. \t\t<div class='{{desktop(\"top-40 \")}}'>
  613. \t\t\t<div class=\" {{desktop('flex row middle space')}} {{mobile('')}}\">
  614. \t\t\t\t<div class=\"flex row center middle {{desktop('')}} {{mobile('bottom-15')}}\">
  615.                     <icon class=\"icon medium contain relative\">
  616.                         <img src=\"{{asset('images/title-icon.png')}}\" class=\"contain filter-white\">
  617.                     </icon>
  618. \t\t\t\t\t<h2 class=\"flex row aquawax extrabold success {{desktop('h1')}}\"><span class=\"success\">Nos </span><span class=\"white left-20\">projets</span></h2>
  619. \t\t\t\t</div>
  620. \t\t\t\t<div class=\"{{desktop('')}} {{mobile('')}}\">
  621. \t\t\t\t\t<a href=\"{{url('projects')}}\" class=\"p bg-success white upper {{desktop('extrabold top-2 hz-80-in vt-30-in')}} {{mobile('bold hz-40-in vt-15-in')}}\"><span class=\"{{desktop('hz-10-in vt-7-in')}} {{mobile('')}}\">Tous nos projets</span></a>
  622. \t\t\t\t</div>
  623. \t\t\t</div>
  624. \t\t\t<div class=\"{{desktop('flex row space top-80 top-4-in')}} {{mobile('top-40')}}\">
  625. \t\t\t\t{#{% set list =  [{'id':1,'status':\"En cours d'exécution\",'runtime':'7 mois','cost':'20 000 000 F CFA','place':'COTONOU','name' : \"Le Directeur Général de l'ASIN sur The Voice Of Africa\", \"description\":\"Le Directeur Général de l'Agence des Systèmes d'Information et du Numérique (ASIN), Monsieur Marc-André AkinOlu LOKO était l'invité ce lundi 13 février 2023 de la web radio tunisienne « The Voice of Africa ».\", 'banner':\"images/pro1.jpg\"}] %}
  626. \t\t\t\t{% set list =  list|merge([{'id':1,'status':'Terminé','runtime':'2 mois','cost':'48 000 000 F CFA','place':'Ouidah','name' : 'Magazine Benin Numérique N°001 - Février 2023',\"description\":\"Découvrez le premier numéro de BENIN NUMERIQUE le magazine d'information dédié au secteur du numérique au Bénin.\", 'banner':\"images/pro2.jpg\"}]) %}
  627. \t\t\t\t{% set list =  list|merge([{'id':1,'status':'Terminé','runtime':'3 ans','cost':'4 000 000 F CFA','place':'TOUT LE TERRITOIRE NATIONAL','name' : \"Dixième Conférence des DSI\",'description' : \"L'Agence des Systèmes d’Information et du Numérique (ASIN) à travers son pôle Systèmes d’Information et Digitalisation a organisé le mardi 29 novembre 2022, la dixième Conférence des Directeurs des Systèmes d’Information (CDSI)...\", 'banner':\"images/pro3.jpg\"}]) %}
  628. \t\t\t\t#}
  629. \t\t\t\t<div class='w100 articles {{desktop(\"top-50\")}}'>
  630. \t\t\t\t\t<div class='w100 {{desktop(\" flex row space wrap vt-30-in\")}} {{mobile(\"\")}}'>
  631. \t\t\t\t\t\t{% for o in projects %}
  632. \t\t\t\t\t\t{{macros.project(o, loop.last)}}
  633. \t\t\t\t\t\t{%endfor%}
  634. \t\t\t\t\t</div>
  635. \t\t\t\t</div>
  636. \t\t\t</div>
  637. \t\t</div>
  638. \t</div>
  639. \t
  640. {% endblock content %}
  641. ""Default/index.html.twig""/home/olasoftnka/asin/templates/Default/index.html.twig");
  642.     }
  643. }