<configure xmlns="http://namespaces.repoze.org/bfg">
<!-- this must be included for the view declarations to work -->
<include package="repoze.bfg.includes" />
<view
for=".models.MyModel"
view=".views.my_view"
renderer="templates/mytemplate.pt"
/>
<static
name="static"
path="templates/static"
/>
</configure>