10 lines
202 B
Cheetah
10 lines
202 B
Cheetah
|
<!DOCTYPE html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=Unicode">
|
||
|
<title>{{.Title}}</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>{{.Title}}</h1>
|
||
|
<p>{{.Plat}}</p>
|
||
|
</body>
|
||
|
</html>
|