from django.shortcuts import render

def dictionary_statistics(request):
    return render(request, 'dictionary_statistics.html', { })