source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
env, ($context["search"] ?? null), "html", null, true); echo "\" name=\"search\" placeholder=\""; echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('translate')->getCallable(), ["search"]), "html", null, true); echo "...\" class=\"bg-transparent placeholder-gray-900 text-white w-full px-10 py-2\" ref=\"searchInput\" v-on:focus=\"\$event.target.select()\" >
"; // line 14 if (($context["search"] ?? null)) { // line 15 echo "
"; } // line 21 echo "
"; } public function getTemplateName() { return "components/search.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 67 => 21, 59 => 15, 57 => 14, 40 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "components/search.twig", "/var/www/www.diogo.site/public/projects/GNU-social/soc/2020/daily_report/archive/May/app/views/components/search.twig"); } }