Skip to content
Snippets Groups Projects
views.py 123 B
Newer Older
Dorian Lesbre's avatar
Dorian Lesbre committed
from django.shortcuts import render

def static_view(request, slug):
	return render(request, slug+'.html', {'slug': slug})