Remove ContentController view, moved functionality to Controller view

This commit is contained in:
Will Rossiter 2012-09-19 21:13:49 +12:00
parent a2d76c9305
commit 76373a4da6
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
<!DOCTYPE html>
<html>
<!-- very simple template that exists mainly so that edge cases like test execution don't fail -->
<head>
<% base_tag %>
$MetaTags
</head>
<body>
<h1>$Title</h1>
$Content
$Form
<p><i>Generated with the default ContentController.ss template</i></p>
</body>
</html>