summaryrefslogtreecommitdiff
path: root/templates/page.mako
diff options
context:
space:
mode:
Diffstat (limited to 'templates/page.mako')
-rw-r--r--templates/page.mako4
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/page.mako b/templates/page.mako
index 742602a..e8e582a 100644
--- a/templates/page.mako
+++ b/templates/page.mako
@@ -5,6 +5,4 @@
<%inherit file="/root.mako" />
<h1 class="title">${self.attr.title}</h1>
-<div class="entry">
- ${next.body()}
-</div>
+${next.body()}