This is a sample Pecan project.
Instructions for getting started can be found online at pecanpy.org
...or you can search the documentation here:
%inherit file="layout.html" />
## provide definitions for blocks we want to redefine
<%def name="title()">
Welcome to Pecan!
%def>
## now define the body of the template
This is a sample Pecan project.
Instructions for getting started can be found online at pecanpy.org
...or you can search the documentation here: