diff --git a/views/templates/index.slim b/views/templates/index.slim index 3e46b5d9..cd390b06 100644 --- a/views/templates/index.slim +++ b/views/templates/index.slim @@ -1,6 +1,31 @@ doctype html html head + title #{template_site_title @site.username} - Front Page + + + + + + body - p This is a new page! Coming soon. + + header + h1 + Welcome to my Website + nav + ul + li + Home + + main + p This is a new page! Coming soon. + + + footer + p + Copyright 2013 +