summaryrefslogtreecommitdiffabout
path: root/htdocs/index.chtml
Side-by-side diff
Diffstat (limited to 'htdocs/index.chtml') (more/less context) (ignore whitespace changes)
-rw-r--r--htdocs/index.chtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/index.chtml b/htdocs/index.chtml
index 20d34c2..76d6d7e 100644
--- a/htdocs/index.chtml
+++ b/htdocs/index.chtml
@@ -1,8 +1,8 @@
-% html(); return; /* vim:set ft=sitecing: */
-%%derive layout = "/ancestry/layout.chtml";
+%%derive layout = "/ancestry/layout.chtml"; /* vim:set ft=sitecing: */
+%%pragma main=page
<%constructor>
PN_NEXT("/simple","simple page","building a really simple page");
</%constructor>
<%codemethod string title() %>
return "introduction";
</%codemethod>