env->getGlobals(), $context);
// line 1
if ($this->getContext($context, 'error')) {
echo "
";
echo $this->getContext($context, 'error');
echo "
";
}
// line 2
echo "
";
}
public function getTemplateName()
{
return "login.html";
}
public function isTraitable()
{
return false;
}
}