<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>{{ title }}</title>
</head>
<body>
<h1>Hello {{ name: str | UPPERCASE }}! from html</h1>
<h3>With Id #{{ id: u32 }}.</h3>
</body>
</html>