<?php /** * The template for displaying 404 page */ $context = Timber::context(); $timber_post = Timber::get_post(); $context['post'] = $timber_post; Timber::render( '404.twig', $context );