aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/dev/index.py
blob: 001c2b89a5efec6813f1f54f048d350115e60e4c (plain)
1
2
3
4
5
6
from countershape import Page

pages = [
     Page("testing.html", "Testing"),
#    Page("addingviews.html", "Writing Content Views"),
]