url( r'^$', TemplateView.as_view( template_name='pages/front.html', get_context_data=lambda: {'model': 'Frontpage'}, ), name='front', ),