mirror of
https://github.com/Febbweiss/ProjectDeployer.git
synced 2026-07-03 02:42:37 +00:00
Optim: multi files organisation
This commit is contained in:
@@ -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