summaryrefslogtreecommitdiffabout
path: root/htdocs/view.chtml
Unidiff
Diffstat (limited to 'htdocs/view.chtml') (more/less context) (ignore whitespace changes)
-rw-r--r--htdocs/view.chtml3
1 files changed, 2 insertions, 1 deletions
diff --git a/htdocs/view.chtml b/htdocs/view.chtml
index d885330..f729465 100644
--- a/htdocs/view.chtml
+++ b/htdocs/view.chtml
@@ -1,15 +1,16 @@
1% html(); return; /* vim:set ft=sitecing: */ 1% /* vim:set ft=sitecing: */
2%%derive page = "/ancestry/page.chtml"; 2%%derive page = "/ancestry/page.chtml";
3%%derive sources = "/ancestry/sources.chtml"; 3%%derive sources = "/ancestry/sources.chtml";
4%%pragma main=page
4<%impl> 5<%impl>
5 #include <iostream> 6 #include <iostream>
6 #include <fstream> 7 #include <fstream>
7 using namespace std; 8 using namespace std;
8 #include <sitecing/util.h> 9 #include <sitecing/util.h>
9 #include <sitecing/sitecing_util.h> 10 #include <sitecing/sitecing_util.h>
10 #include <konforka/exception.h> 11 #include <konforka/exception.h>
11 #include "acconfig.h" 12 #include "acconfig.h"
12</%impl> 13</%impl>
13<%codemethod string title() %> 14<%codemethod string title() %>
14 return "introduction"; 15 return "introduction";
15</%codemethod> 16</%codemethod>