kompact-io-landing/example/templates/default.html

23 lines
418 B
HTML

<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="/css/mini.css" rel="stylesheet">
</head>
<body>
<div class="container mx-auto" >
<hr/>
$partial("templates/nav.html")$
<hr/>
$partial("templates/hero.html")$
<hr/>
$partial("templates/about.html")$
<hr/>
$partial("templates/contact.html")$
<hr/>
$body$
</div>
</body>
</html>