Merge pull request #204 from wilr/removecontentcontroller

Remove ContentController view, moved functionality to Controller view
This commit is contained in:
Simon Welsh 2012-09-19 02:22:12 -07:00
commit 4af60dfee6

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>