<?php /* * Template Name: Contact * */ $context = Timber::context(); $timber_post = new PostFlexible(); $context['post'] = $timber_post; $context_sections = array(); Timber::render( array( 'pages/contact.twig', 'page.twig' ), $context );