template/ghost/page.hbs in edge_framework-1.3.6 vs template/ghost/page.hbs in edge_framework-1.4.0

- old
+ new

@@ -1,15 +1,15 @@ -{{!< default }} - -<article class="{{ post_class }}"> - {{#post }} - - <header> - <h1>{{ title }}</h1> - </header> - - <section> - {{ content }} - </section> - - {{/post }} +{{!< default }} + +<article class="{{ post_class }}"> + {{#post }} + + <header> + <h1>{{ title }}</h1> + </header> + + <section> + {{ content }} + </section> + + {{/post }} </article> \ No newline at end of file