# List of Widgets to include on every page.
# for exemple ['turbogears.mochikit']
-# tg.include_widgets = []
+tg.include_widgets = ['turbogears.mochikit']
# Set to True if the scheduler should be started
# tg.scheduler = False
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"
- xmlns:py="http://purl.org/kid/ns#">
+<?python import sitetemplate ?>
+<html xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://purl.org/kid/ns#" py:extends="sitetemplate">
<head>
<meta content="text/html; charset=UTF-8"