Hi all.
I would like to ask you, how are you using Django flatpages? As I understand it - this thing allows more convenient to give the static page, but I do not understand something, why not just use:
Static html template and the view type:
def page(request):
return render(request, 'faceset/pagehtml')