Thanks to visit codestin.com
Credit goes to django-template.vercel.app

Vercel +

from django.shortcuts import render

def index(request):
    return render(request, "index.html", {
        "now": datetime.now(),
    })

Current Time

Server-rendered with Django templates. The current time is June 20, 2026, 9:14 a.m..