11 lines
152 B
Smarty
11 lines
152 B
Smarty
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Foo</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Hello {{ name }}!</h1>
|
||
|
<p>How nice is this?</p>
|
||
|
</body>
|
||
|
</html>
|