2020-03-07 14:16:03 +01:00
|
|
|
<html>
|
|
|
|
<header>
|
|
|
|
<title>@title</title>
|
2021-01-30 14:20:13 +01:00
|
|
|
@css 'examples/vweb/vweb_assets/assets/index.css'
|
2020-03-07 14:16:03 +01:00
|
|
|
</header>
|
|
|
|
<body>
|
|
|
|
<h1>@title</h1>
|
|
|
|
<h2>@subtitle</h2>
|
|
|
|
<p>@message</p>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|