From 80f0990fdd1402d4361d83659ee83f2d48c9010a Mon Sep 17 00:00:00 2001 From: PatrickJS Date: Fri, 11 Mar 2016 21:49:36 -0800 Subject: [PATCH] fix(index.html): missing body el --- app/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/index.html b/app/index.html index 8b81cd8..21f3b9e 100644 --- a/app/index.html +++ b/app/index.html @@ -14,10 +14,12 @@ {{content-for "head-footer"}} + {{content-for "body"}} {{content-for "body-footer"}} +