source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
";
// line 13
echo ($context["changelog"] ?? null);
echo "
";
}
public function getTemplateName()
{
return "changelog.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 51 => 13, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "changelog.twig", "/usr/local/www/phpMyAdmin/templates/changelog.twig");
}
}