'-1', 'post_type' => 'nummer', 'orderby' => 'menu_order', 'order' => 'ASC']); $template = ['home.twig'];}else if (is_page()){ $context['post'] = new TimberPost(); $template = ['page.twig'];}else if (is_singular('nummer')){ $context['post'] = new TimberPost(); $template = ['single-song.twig'];}else if (is_search()){ $context['post'] = new TimberPost(); $context['posts'] = Timber::get_posts(); $context['searchterm'] = get_search_query(); $template = ['search.twig'];}else if (is_404()){ $template = ['errors/404.twig'];}Timber::render($template, $context);?>