source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
if (($context["display_logo"] ?? null)) {
// line 2
echo "
";
}
}
public function getTemplateName()
{
return "navigation/logo.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 64 => 11, 60 => 9, 58 => 8, 53 => 7, 48 => 5, 44 => 4, 42 => 3, 39 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "navigation/logo.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/navigation/logo.twig");
}
}