<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
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;
use Twig\TemplateWrapper;
/* default/homepage.html.twig */
class __TwigTemplate_de495e327d9790b20a8d2e3f9faa91c0 extends Template
{
private Source $source;
/**
* @var array<string, Template>
*/
private array $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'body_id' => [$this, 'block_body_id'],
'body' => [$this, 'block_body'],
];
}
protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
{
// line 1
return "base.html.twig";
}
protected function doDisplay(array $context, array $blocks = []): iterable
{
$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", "default/homepage.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default/homepage.html.twig"));
$this->parent = $this->loadTemplate("base.html.twig", "default/homepage.html.twig", 1);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 3
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_body_id(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_id"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_id"));
yield "home";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 5
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_body(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 6
yield "
<ul class=\"sideFixedMenu hidden-xs\">
<li><a class=\"anime scrollTo\" data-scroll-to=\"#mainIntro\" href=\"javascript:void(0);\"><i></i><span class=\"anime\">Intro</span></a></li>
<li><a class=\"anime scrollTo\" data-scroll-to=\"#features\" href=\"javascript:void(0);\"><i></i><span class=\"anime\">Features</span></a></li>
<li><a class=\"anime scrollTo\" data-scroll-to=\"#calculator\" href=\"javascript:void(0);\"><i></i><span class=\"anime\">Calculator</span></a></li>
<li><a class=\"anime scrollTo\" data-scroll-to=\"#pricing\" href=\"javascript:void(0);\"><i></i><span class=\"anime\">Pricing</span></a></li>
<li><a class=\"anime scrollTo\" data-scroll-to=\"#onmedia\" href=\"javascript:void(0);\"><i></i><span class=\"anime\">Media</span></a></li>
<li><a class=\"anime scrollTo\" data-scroll-to=\"#register\" href=\"javascript:void(0);\"><i></i><span class=\"anime\">Register</span></a></li>
</ul>
";
// line 17
yield Twig\Extension\CoreExtension::include($this->env, $context, "default/_intro.html.twig");
yield "
";
// line 20
yield Twig\Extension\CoreExtension::include($this->env, $context, "default/_introSlides.html.twig");
yield "
";
// line 23
if ( !Twig\Extension\CoreExtension::testEmpty((isset($context["feature"]) || array_key_exists("feature", $context) ? $context["feature"] : (function () { throw new RuntimeError('Variable "feature" does not exist.', 23, $this->source); })()))) {
// line 24
yield Twig\Extension\CoreExtension::include($this->env, $context, "default/_features.html.twig", ["data" => (isset($context["feature"]) || array_key_exists("feature", $context) ? $context["feature"] : (function () { throw new RuntimeError('Variable "feature" does not exist.', 24, $this->source); })())]);
yield "
";
}
// line 26
yield "
";
// line 28
yield Twig\Extension\CoreExtension::include($this->env, $context, "default/_cc.html.twig");
yield "
";
// line 31
yield Twig\Extension\CoreExtension::include($this->env, $context, "default/_pricing.html.twig");
yield "
";
// line 34
yield Twig\Extension\CoreExtension::include($this->env, $context, "default/_faq.html.twig");
yield "
";
// line 36
yield Twig\Extension\CoreExtension::include($this->env, $context, "default/_demo.html.twig");
yield "
";
// line 39
if ( !Twig\Extension\CoreExtension::testEmpty((isset($context["postRow"]) || array_key_exists("postRow", $context) ? $context["postRow"] : (function () { throw new RuntimeError('Variable "postRow" does not exist.', 39, $this->source); })()))) {
// line 40
yield Twig\Extension\CoreExtension::include($this->env, $context, "default/_media.html.twig", ["data" => (isset($context["postRow"]) || array_key_exists("postRow", $context) ? $context["postRow"] : (function () { throw new RuntimeError('Variable "postRow" does not exist.', 40, $this->source); })())]);
yield "
";
}
// line 42
yield "
";
// line 45
yield Twig\Extension\CoreExtension::include($this->env, $context, "default/_register.html.twig");
yield "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "default/homepage.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 171 => 45, 166 => 42, 161 => 40, 159 => 39, 153 => 36, 148 => 34, 142 => 31, 136 => 28, 132 => 26, 127 => 24, 125 => 23, 119 => 20, 113 => 17, 100 => 6, 87 => 5, 64 => 3, 41 => 1,);
}
public function getSourceContext(): Source
{
return new Source("{% extends 'base.html.twig' %}
{% block body_id 'home' %}
{% block body %}
<ul class=\"sideFixedMenu hidden-xs\">
<li><a class=\"anime scrollTo\" data-scroll-to=\"#mainIntro\" href=\"javascript:void(0);\"><i></i><span class=\"anime\">Intro</span></a></li>
<li><a class=\"anime scrollTo\" data-scroll-to=\"#features\" href=\"javascript:void(0);\"><i></i><span class=\"anime\">Features</span></a></li>
<li><a class=\"anime scrollTo\" data-scroll-to=\"#calculator\" href=\"javascript:void(0);\"><i></i><span class=\"anime\">Calculator</span></a></li>
<li><a class=\"anime scrollTo\" data-scroll-to=\"#pricing\" href=\"javascript:void(0);\"><i></i><span class=\"anime\">Pricing</span></a></li>
<li><a class=\"anime scrollTo\" data-scroll-to=\"#onmedia\" href=\"javascript:void(0);\"><i></i><span class=\"anime\">Media</span></a></li>
<li><a class=\"anime scrollTo\" data-scroll-to=\"#register\" href=\"javascript:void(0);\"><i></i><span class=\"anime\">Register</span></a></li>
</ul>
{{ include('default/_intro.html.twig') }}
{{ include('default/_introSlides.html.twig') }}
{% if feature is not empty %}
{{ include('default/_features.html.twig', {'data': feature}) }}
{% endif %}
{{ include('default/_cc.html.twig') }}
{{ include('default/_pricing.html.twig') }}
{{ include('default/_faq.html.twig') }}
{{ include('default/_demo.html.twig') }}
{% if postRow is not empty %}
{{ include('default/_media.html.twig', {'data': postRow}) }}
{% endif %}
{{ include('default/_register.html.twig') }}
{% endblock %}
", "default/homepage.html.twig", "/home/aperove.com/templates/default/homepage.html.twig");
}
}