<?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;
/* base.html.twig */
class __TwigTemplate_0d2d7e908350cab5e84ea1f21adc7c4d 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->parent = false;
$this->blocks = [
'title' => [$this, 'block_title'],
'stylesheets' => [$this, 'block_stylesheets'],
'javascripts' => [$this, 'block_javascripts'],
'body_id' => [$this, 'block_body_id'],
'header' => [$this, 'block_header'],
'body' => [$this, 'block_body'],
'footer' => [$this, 'block_footer'],
];
}
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", "base.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base.html.twig"));
// line 6
yield "<!DOCTYPE html>
<html lang=\"";
// line 7
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 7, $this->source); })()), "request", [], "any", false, false, false, 7), "locale", [], "any", false, false, false, 7), "html", null, true);
yield "\">
<head>
<meta charset=\"UTF-8\" />
<meta name=\"theme-color\" content=\"#2BB673\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, viewport-fit=cover\">
<title>";
// line 12
yield from $this->unwrap()->yieldBlock('title', $context, $blocks);
yield "</title>
";
// line 15
yield " <link rel=\"icon\" type=\"image/gif\" href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon.gif"), "html", null, true);
yield "\">
<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"";
// line 16
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("apple-touch-icon.png"), "html", null, true);
yield "\">
<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"";
// line 17
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("logo.png"), "html", null, true);
yield "\">
<link rel=\"shortcut icon\" href=\"";
// line 18
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon.gif"), "html", null, true);
yield "\">
";
// line 21
yield " <meta property=\"og:title\" content=\"ApeRove - Verify Product Authenticity with NFTs\" />
<meta property=\"og:description\" content=\"Scan. Claim. Own. ApeRove lets you verify the originality of products via blockchain-based NFTs.\" />
<meta property=\"og:image\" content=\"";
// line 23
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\HttpFoundationExtension']->generateAbsoluteUrl($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("logo.png")), "html", null, true);
yield "\" />
<meta property=\"og:url\" content=\"";
// line 24
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 24, $this->source); })()), "request", [], "any", false, false, false, 24), "uri", [], "any", false, false, false, 24), "html", null, true);
yield "\" />
<meta property=\"og:type\" content=\"website\" />
";
// line 28
yield " <meta name=\"twitter:card\" content=\"summary_large_image\" />
<meta name=\"twitter:title\" content=\"ApeRove - Verify Product Authenticity\" />
<meta name=\"twitter:description\" content=\"Blockchain-based proof of originality for products. Scan and claim your NFT.\" />
<meta name=\"twitter:image\" content=\"";
// line 31
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\HttpFoundationExtension']->generateAbsoluteUrl($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("logo.png")), "html", null, true);
yield "\" />
";
// line 37
yield " ";
yield from $this->unwrap()->yieldBlock('stylesheets', $context, $blocks);
// line 40
yield "
";
// line 42
yield " ";
yield from $this->unwrap()->yieldBlock('javascripts', $context, $blocks);
// line 45
yield "
<!-- bootstrap styles-->
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 50
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/bootstrap/css/bootstrap.css"), "html", null, true);
yield "\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 51
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/bootstrap/css/bootstrap.rtl.css"), "html", null, true);
yield "\" />
<!-- fonts -->
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 53
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/fonts/fontawesome-pro-5_7_2-web/css/all.min.css"), "html", null, true);
yield "\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 54
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/fonts/gilroy/fonts.css"), "html", null, true);
yield "\" />
<!-- owl.carousel -->
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 56
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/owl.carousel/owl.carousel.css"), "html", null, true);
yield "\" />
<!-- styles -->
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 58
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/sizing.css"), "html", null, true);
yield "\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 59
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/colors.css"), "html", null, true);
yield "\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 60
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/style.css"), "html", null, true);
yield "\">
<!-- jQuery -->
<script src=\"";
// line 62
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/jquery/jquery.min.js"), "html", null, true);
yield "\"></script>
<!-- jQuery easing-->
<script type=\"text/javascript\" src=\"";
// line 64
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/jquery/jquery.easing.1.3.js"), "html", null, true);
yield "\"></script>
<!-- Bootstrap js -->
<script type=\"text/javascript\" src=\"";
// line 66
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/popper/popper.min.js"), "html", null, true);
yield "\"></script>
<link rel=\"icon\" type=\"image/x-icon\" href=\"";
// line 69
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon.ico"), "html", null, true);
yield "\" />
</head>
<body id=\"";
// line 72
yield from $this->unwrap()->yieldBlock('body_id', $context, $blocks);
yield "\">
";
// line 74
yield from $this->unwrap()->yieldBlock('header', $context, $blocks);
// line 77
yield "
";
// line 78
yield from $this->unwrap()->yieldBlock('body', $context, $blocks);
// line 81
yield "
";
// line 82
yield from $this->unwrap()->yieldBlock('footer', $context, $blocks);
// line 87
yield "
";
// line 91
yield " <!-- Page rendered on ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extra\Intl\IntlExtension']->formatDateTime($this->env, "now", "long", "long", "", "UTC"), "html", null, true);
yield " -->
<!-- Bootstrap js -->
<script type=\"text/javascript\" src=\"";
// line 94
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/bootstrap/js/bootstrap.min.js"), "html", null, true);
yield "\"></script>
<!-- owl.carousel -->
<script type=\"text/javascript\" src=\"";
// line 96
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/owl.carousel/owl.carousel.min.js"), "html", null, true);
yield "\"></script>
<script type=\"text/javascript\" src=\"";
// line 97
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/owl.carousel/init.js"), "html", null, true);
yield "\"></script>
<!-- bodymovin -->
<script type=\"text/javascript\" src=\"";
// line 99
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/lottie/lottie.min.js"), "html", null, true);
yield "\"></script>
<!-- customs -->
<script type=\"text/javascript\" src=\"";
// line 101
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/customs.js"), "html", null, true);
yield "\"></script>
</body>
</html>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
yield from [];
}
// line 12
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_title(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", "title"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
yield "ApeRove.com";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 37
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_stylesheets(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", "stylesheets"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
// line 38
yield " ";
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("app");
yield "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 42
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_javascripts(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", "javascripts"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 43
yield " ";
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app");
yield " ";
// line 44
yield " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 72
/**
* @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"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 74
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_header(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", "header"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "header"));
// line 75
yield " ";
yield Twig\Extension\CoreExtension::include($this->env, $context, "default/_header.html.twig");
yield "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 78
/**
* @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 79
yield "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 82
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_footer(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", "footer"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer"));
// line 83
yield "
";
// line 84
yield Twig\Extension\CoreExtension::include($this->env, $context, "default/_footer.html.twig");
yield "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "base.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 416 => 84, 413 => 83, 400 => 82, 388 => 79, 375 => 78, 361 => 75, 348 => 74, 326 => 72, 315 => 44, 311 => 43, 298 => 42, 284 => 38, 271 => 37, 248 => 12, 233 => 101, 228 => 99, 223 => 97, 219 => 96, 214 => 94, 207 => 91, 204 => 87, 202 => 82, 199 => 81, 197 => 78, 194 => 77, 192 => 74, 187 => 72, 181 => 69, 175 => 66, 170 => 64, 165 => 62, 160 => 60, 156 => 59, 152 => 58, 147 => 56, 142 => 54, 138 => 53, 133 => 51, 129 => 50, 122 => 45, 119 => 42, 116 => 40, 113 => 37, 108 => 31, 103 => 28, 97 => 24, 93 => 23, 89 => 21, 84 => 18, 80 => 17, 76 => 16, 71 => 15, 66 => 12, 58 => 7, 55 => 6,);
}
public function getSourceContext(): Source
{
return new Source("{#
This is the base template used as the application layout which contains the
common elements and decorates all the other templates.
See https://symfony.com/doc/current/templates.html#template-inheritance-and-layouts
#}
<!DOCTYPE html>
<html lang=\"{{ app.request.locale }}\">
<head>
<meta charset=\"UTF-8\" />
<meta name=\"theme-color\" content=\"#2BB673\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, viewport-fit=cover\">
<title>{% block title %}ApeRove.com{% endblock %}</title>
{# Favicons #}
<link rel=\"icon\" type=\"image/gif\" href=\"{{ asset('favicon.gif') }}\">
<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"{{ asset('apple-touch-icon.png') }}\">
<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"{{ asset('logo.png') }}\">
<link rel=\"shortcut icon\" href=\"{{ asset('favicon.gif') }}\">
{# Open Graph (for Telegram, WhatsApp, Facebook, etc.) #}
<meta property=\"og:title\" content=\"ApeRove - Verify Product Authenticity with NFTs\" />
<meta property=\"og:description\" content=\"Scan. Claim. Own. ApeRove lets you verify the originality of products via blockchain-based NFTs.\" />
<meta property=\"og:image\" content=\"{{ absolute_url(asset('logo.png')) }}\" />
<meta property=\"og:url\" content=\"{{ app.request.uri }}\" />
<meta property=\"og:type\" content=\"website\" />
{# Twitter Card (optional) #}
<meta name=\"twitter:card\" content=\"summary_large_image\" />
<meta name=\"twitter:title\" content=\"ApeRove - Verify Product Authenticity\" />
<meta name=\"twitter:description\" content=\"Blockchain-based proof of originality for products. Scan and claim your NFT.\" />
<meta name=\"twitter:image\" content=\"{{ absolute_url(asset('logo.png')) }}\" />
{#
Those two blocks defines frontend entrypoint for CSS and JavaScript assets
See https://symfony.com/doc/current/frontend.html
#}
{% block stylesheets %}
{{ encore_entry_link_tags('app') }}
{% endblock %}
{# base.html.twig or specific templates #}
{% block javascripts %}
{{ encore_entry_script_tags('app') }} {# Include other scripts if needed #}
{% endblock %}
<!-- bootstrap styles-->
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('assets/js/bootstrap/css/bootstrap.css') }}\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('assets/js/bootstrap/css/bootstrap.rtl.css') }}\" />
<!-- fonts -->
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('assets/fonts/fontawesome-pro-5_7_2-web/css/all.min.css') }}\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('assets/fonts/gilroy/fonts.css') }}\" />
<!-- owl.carousel -->
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('assets/js/owl.carousel/owl.carousel.css') }}\" />
<!-- styles -->
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('assets/css/sizing.css') }}\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('assets/css/colors.css') }}\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('assets/css/style.css') }}\">
<!-- jQuery -->
<script src=\"{{ asset('assets/js/jquery/jquery.min.js') }}\"></script>
<!-- jQuery easing-->
<script type=\"text/javascript\" src=\"{{ asset('assets/js/jquery/jquery.easing.1.3.js') }}\"></script>
<!-- Bootstrap js -->
<script type=\"text/javascript\" src=\"{{ asset('assets/js/popper/popper.min.js') }}\"></script>
<link rel=\"icon\" type=\"image/x-icon\" href=\"{{ asset('favicon.ico') }}\" />
</head>
<body id=\"{% block body_id %}{% endblock %}\">
{% block header %}
{{ include('default/_header.html.twig') }}
{% endblock %}
{% block body %}
{% endblock %}
{% block footer %}
{{ include('default/_footer.html.twig') }}
{% endblock %}
{# it's not mandatory to set the timezone in localizeddate(). This is done to
avoid errors when the 'intl' PHP extension is not available and the application
is forced to use the limited \"intl polyfill\", which only supports UTC and GMT #}
<!-- Page rendered on {{ 'now'|format_datetime('long', 'long', '', 'UTC') }} -->
<!-- Bootstrap js -->
<script type=\"text/javascript\" src=\"{{ asset('assets/js/bootstrap/js/bootstrap.min.js') }}\"></script>
<!-- owl.carousel -->
<script type=\"text/javascript\" src=\"{{ asset('assets/js/owl.carousel/owl.carousel.min.js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset('assets/js/owl.carousel/init.js') }}\"></script>
<!-- bodymovin -->
<script type=\"text/javascript\" src=\"{{ asset('assets/js/lottie/lottie.min.js') }}\"></script>
<!-- customs -->
<script type=\"text/javascript\" src=\"{{ asset('assets/js/customs.js') }}\"></script>
</body>
</html>
", "base.html.twig", "/home/aperove.com/templates/base.html.twig");
}
}