template/wordpress/views/404.twig in edge_framework-1.3.6 vs template/wordpress/views/404.twig in edge_framework-1.4.0
- old
+ new
@@ -1,8 +1,8 @@
-{% extends "layout.twig" %}
-{% block content %}
-
- <p>
- Sorry, we couldn't find what you're looking for.
- </p>
-
+{% extends "layout.twig" %}
+{% block content %}
+
+ <p>
+ Sorry, we couldn't find what you're looking for.
+ </p>
+
{% endblock %}
\ No newline at end of file