/
var
/
www
/
html
/
restaurants
/
var
/
cache
/
prod
/
twig
/
4a
/
Upload File
HOME
<?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; /* Users/error.html.twig */ class __TwigTemplate_34ba0159567b7747b791c5a74351f5d428ce226715cb24be3ca6953bbaec57d1 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->blocks = [ 'content' => [$this, 'block_content'], ]; } protected function doGetParent(array $context) { // line 1 return "base2.html.twig"; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; $this->parent = $this->loadTemplate("base2.html.twig", "Users/error.html.twig", 1); $this->parent->display($context, array_merge($this->blocks, $blocks)); } // line 3 public function block_content($context, array $blocks = []) { $macros = $this->macros; // line 4 echo " <div class=\"confirmation-message\"> <div class=\"card\"> <div class=\"card-header\"> <div class=\"card-body\"> <h2>Link Invalid.</h2> </div> </div> </div> </div> "; } public function getTemplateName() { return "Users/error.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 50 => 4, 46 => 3, 35 => 1,); } public function getSourceContext() { return new Source("", "Users/error.html.twig", "/var/www/html/restaurants/templates/Users/error.html.twig"); } }