1 2 3 4 5 6 7 8 9 10 11 12
<html> <header> <title>@title</title> @css 'index.css' </header> <body> <h1>@title</h1> <h2>@subtitle</h2> <p>@message</p> </body> </html>