parent = false; $this->blocks = array( ); } protected function doDisplay(array $context, array $blocks = array()) { // line 1 echo "

Tweets - Template 2

"; // line 2 if ((twig_length_filter($this->env, (isset($context["tweets"]) ? $context["tweets"] : null)) > 0)) { // line 3 echo "\t "; } } public function getTemplateName() { return "template2"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 40 => 7, 31 => 5, 27 => 4, 24 => 3, 22 => 2, 19 => 1,); } } /*

Tweets - Template 2

*/ /* {% if tweets|length > 0 %}*/ /* */ /* {% endif %}*/