Optim: multi files organisation

This commit is contained in:
2015-10-29 13:39:28 +00:00
parent e4022bf5bd
commit 37908bdb9f
10 changed files with 99 additions and 111 deletions

10
client/body.html Normal file
View File

@@ -0,0 +1,10 @@
<template name="layout">
{{> nav}}
<div class="container-fluid">
{{> yield }}
</div>
</template>
<template name="home">
<h1>Welcome to Project deployer</h1>
</template>