mirror of
https://github.com/Febbweiss/ProjectDeployer.git
synced 2026-03-04 22:25:38 +00:00
Optim: multi files organisation
This commit is contained in:
10
client/body.html
Normal file
10
client/body.html
Normal 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>
|
||||
Reference in New Issue
Block a user