album/templates/index.tpl

11 lines
152 B
Smarty
Raw Normal View History

<!doctype html>
<html>
<head>
<title>Foo</title>
</head>
<body>
<h1>Hello {{ name }}!</h1>
<p>How nice is this?</p>
</body>
</html>