<?php /** * The template to display the 404 page * * @package WordPress * @subpackage FILMAX * @since FILMAX 1.0 */ get_header(); get_template_part( 'content', '404' ); get_footer(); ?>