Files
2020-05-20 15:48:29 +02:00

14 lines
287 B
PHP
Executable File

<?php
/**
* The template for displaying 404 pages (Not Found)
*
* Methods for TimberHelper can be found in the /functions sub-directory
*
* @package WordPress
* @subpackage Timber
* @since Timber 0.1
*/
$context = Timber::context();
Timber::render( '404.twig', $context );