# Pastebin HCAS26JI POSTS = ( ("content/blog/*.html", "blog", "post.tmpl"), ("content/book-review/*.html", "book-review", "post.tmpl"), ("content/devel/*.html", "devel", "post.tmpl"), ("content/how-to/*.html", "how-to", "post.tmpl"), ("content/review/*.html", "review", "post.tmpl"), ("content/security/*.html", "security", "post.tmpl"), ("content/technote/*.html", "technote", "post.tmpl"), ("content/webdev/*.html", "webdev", "post.tmpl"), )