yesod/examples/pretty-yaml.st
2010-03-04 14:19:52 -08:00

17 lines
283 B
Smalltalk

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Pretty YAML</title>
</head>
<body>
<form method="post" action="." enctype="multipart/form-data">
File name: <input type="file" name="yaml">
<input type="submit">
</form>
$if(yaml)$
<div>$yaml$</div>
$endif$
</body>
</html>