protected function doDisplay(array $context, array $blocks = array())
 {
     // line 1
     if ($this->getAttribute(isset($context["wp"]) ? $context["wp"] : null, "is_active_sidebar", array(0 => "bottom-1"), "method") || $this->getAttribute(isset($context["wp"]) ? $context["wp"] : null, "is_active_sidebar", array(0 => "bottom-2"), "method") || $this->getAttribute(isset($context["wp"]) ? $context["wp"] : null, "is_active_sidebar", array(0 => "bottom-3"), "method")) {
         // line 2
         echo "    <div class=\"bottom-wrapper\">\n        <div class=\"bottom container\">\n            <div class=\"bottom-inner row\">\n                <div class=\"span4\">\n                    ";
         // line 6
         if (!aviators_templates_helpers_dynamic_sidebar("bottom-1")) {
             // line 7
             echo "                    ";
         }
         // line 8
         echo "                </div>\n\n                <div class=\"span4\">\n                    ";
         // line 11
         if (!aviators_templates_helpers_dynamic_sidebar("bottom-2")) {
             // line 12
             echo "                    ";
         }
         // line 13
         echo "                </div>\n\n                <div class=\"span4\">\n                    ";
         // line 16
         if (!aviators_templates_helpers_dynamic_sidebar("bottom-3")) {
             // line 17
             echo "                    ";
         }
         // line 18
         echo "                </div>\n            </div><!-- /.bottom-inner -->\n        </div><!-- /.bottom -->\n    </div><!-- /.bottom-wrapper -->\n";
     }
 }
 protected function doDisplay(array $context, array $blocks = array())
 {
     // line 1
     if (!aviators_templates_helpers_dynamic_sidebar("sidebar-primary")) {
         // line 2
         echo "    ";
         echo twig_escape_filter($this->env, $this->getAttribute(isset($context["wp"]) ? $context["wp"] : null, "get_sidebar", array(0 => "sidebar-primary"), "method"), "html", null, true);
         echo "\n";
     }
 }