template/wordpress/views/index.twig in edge_framework-1.3.6 vs template/wordpress/views/index.twig in edge_framework-1.4.0
- old
+ new
@@ -1,7 +1,7 @@
-{% extends "layout.twig" %}
-{% block content %}
-
- <h1>Home Page</h1>
- {% include "partials/_posts.twig" %}
-
+{% extends "layout.twig" %}
+{% block content %}
+
+ <h1>Home Page</h1>
+ {% include "partials/_posts.twig" %}
+
{% endblock %}
\ No newline at end of file