# # # regex for slugs. Note that the regex matches even # # .html without slug: this gets handled in views.single # (r'^blog/(?P<slug>((\w+|-)*))(.html)\/?$', 'djangotest.blog.views.single'), #