22 lines
272 B
Plaintext
22 lines
272 B
Plaintext
<html>
|
|
<head>
|
|
<title>Velocity</title>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
#parse("/fragments/header.vm")
|
|
</div>
|
|
|
|
|
|
<div>
|
|
|
|
<!-- View index.vm is inserted here -->
|
|
$screen_content
|
|
|
|
</div>
|
|
|
|
<div>
|
|
#parse("/fragments/footer.vm")
|
|
</div>
|
|
</body>
|
|
</html> |