<?php $context = Timber::context(); $post = new Timber\Post(); $context['post'] = $post; $context['news_page_template'] = get_field('news_page_template', 'options'); Timber::render( array( 'single-post.twig', 'page.twig' ), $context );