yesod/examples/tweedle-templates/layout.st
2010-03-05 13:04:36 -08:00

23 lines
277 B
Smalltalk

<!DOCTYPE html>
<html>
<head>
<title>$title$ -- Tweedle</title>
<style>
.message {
border: 1px solid black;
margin-bottom: 10px;
padding: 10px;
}
.message p {
margin: 0;
}
.message div {
margin-top: 15px;
}
</style>
</head>
<body>
$content$
</body>
</html>