14 lines
287 B
PHP
Executable File
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 );
|