mirror of
https://github.com/Febbweiss/ProjectDeployer.git
synced 2026-03-04 22:25:38 +00:00
10 lines
181 B
HTML
10 lines
181 B
HTML
<template name="layout">
|
|
{{> nav}}
|
|
<div class="container-fluid">
|
|
{{> yield }}
|
|
</div>
|
|
</template>
|
|
|
|
<template name="home">
|
|
<h1>Welcome to Project deployer</h1>
|
|
</template> |