print data variable{{ $information }} print shared variable{{ #description }} print scoped{{ pi }}{{ add(1,4) }} {{* this is a comment *}} {{** this is a comment multiline**}} unescaped html{{< <html>hello</html> >}} escaped html{{> <p>hello</p> <}}