1
0
mirror of https://github.com/silverstripe/silverstripe-framework synced 2024-10-22 14:05:37 +02:00
silverstripe-framework/templates/BlankPage.ss
2012-04-13 15:32:05 +02:00

14 lines
234 B
Scheme

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>$Title</title>
<% base_tag %>
</head>
<body class="$CSSClasses">
$Content
<div class="right">
$Form
</div>
</body>
</html>