env, $this->getAttribute(($context["layout"] ?? null), "layoutId", []), "html", null, true);
echo "\" class=\"preview-player\">
env, $this->getAttribute(($context["layout"] ?? null), "layoutId", []), "html", null, true);
echo "\" class=\"preview-info\">
env, $this->getAttribute(($context["layout"] ?? null), "layoutId", []), "html", null, true);
echo "\" class=\"preview-log\">
env, $this->getAttribute(($context["layout"] ?? null), "layoutId", []), "html", null, true);
echo "\" class=\"preview-screen\">
env, $this->getAttribute(($context["layout"] ?? null), "layoutId", []), "html", null, true);
echo "\" class=\"preview-splash\">
env, $this->getAttribute(($context["layout"] ?? null), "layoutId", []), "html", null, true);
echo "\" class=\"preview-loader\">
env, $this->getAttribute(($context["layout"] ?? null), "layoutId", []), "html", null, true);
echo "\" class=\"preview-loaderCaption\">
";
// line 8
echo __("Loading Layout...");
echo "
";
}
public function getTemplateName()
{
return "layout-preview-partial.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 65 => 11, 59 => 8, 55 => 7, 51 => 6, 47 => 5, 43 => 4, 39 => 3, 35 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "layout-preview-partial.twig", "/home/mgatv524/public_html/edurocha/views/layout-preview-partial.twig");
}
}