404.php 287 B

12345678910111213
  1. <?php
  2. /**
  3. * The template for displaying 404 pages (Not Found)
  4. *
  5. * Methods for TimberHelper can be found in the /functions sub-directory
  6. *
  7. * @package WordPress
  8. * @subpackage Timber
  9. * @since Timber 0.1
  10. */
  11. $context = Timber::context();
  12. Timber::render( '404.twig', $context );