-rw-r--r-- | htdocs/index.chtml | 4 |
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,6 +1,6 @@ | |||
1 | % html(); return; /* vim:set ft=sitecing: */ | 1 | %%derive layout = "/ancestry/layout.chtml"; /* vim:set ft=sitecing: */ |
2 | %%derive layout = "/ancestry/layout.chtml"; | 2 | %%pragma main=page |
3 | <%constructor> | 3 | <%constructor> |
4 | PN_NEXT("/simple","simple page","building a really simple page"); | 4 | PN_NEXT("/simple","simple page","building a really simple page"); |
5 | </%constructor> | 5 | </%constructor> |
6 | <%codemethod string title() %> | 6 | <%codemethod string title() %> |