% html(); return; /* vim:set ft=sitecing: */ %%derive layout = "/ancestry/layout.chtml"; <%constructor> b_strict = false; <%codemethod string title() %> return "simple page"; <%method void content() %>

building a really simple page

Building a really simple page is really simple. I will not go into much detail here. The example provided should speak for itself.

The component being written doesn't do much but show you the calendar for the current month. First, take a look at the code and, after you examined it, feel free to check out the output.