trivial/views/application.inc
2010-03-21 15:10:08 -04:00

11 lines
157 B
HTML

<html>
<head>
<title>My Application</title>
<?php echo scripts() ?>
<?php echo styles() ?>
</head>
<body>
<?php echo $content ?>
</body>
</html>