Traceback (most recent call last):
  File "/home/johnfkeys/public_html/django-pianote-app/myapps/frontend/views.py", line 64, in index
    return render(request, f'./{pagename}.html', context=head)
  File "/home/johnfkeys/public_html/django-pianote-app/pianote_env/lib64/python3.8/site-packages/django/shortcuts.py", line 24, in render
    content = loader.render_to_string(template_name, context, request, using=using)
  File "/home/johnfkeys/public_html/django-pianote-app/pianote_env/lib64/python3.8/site-packages/django/template/loader.py", line 61, in render_to_string
    template = get_template(template_name, using=using)
  File "/home/johnfkeys/public_html/django-pianote-app/pianote_env/lib64/python3.8/site-packages/django/template/loader.py", line 19, in get_template
    raise TemplateDoesNotExist(template_name, chain=chain)
django.template.exceptions.TemplateDoesNotExist: ./cookie.html