Files
ProjectDeployer/client/body.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>