template/wordpress/404.php in edge_framework-1.3.1 vs template/wordpress/404.php in edge_framework-1.3.2
- old
+ new
@@ -1,2 +1,4 @@
-<h1>Page Not Found</h1>
+<?php
+$context = Timber::get_context();
+Timber::render("404.twig", $context);
\ No newline at end of file