from countershape import Page

pages = [
     Page("testing.html", "Testing"),
     Page("architecture.html", "Architecture"),
     Page("sslkeylogfile.html", "TLS Master Secrets"),
#    Page("addingviews.html", "Writing Content Views"),
]