EM
НО я уже все починил. Дело в том, что я напутал с return render(request, 'detail.html', {'blog': detailblog}), не то написал, зато шуму поднял) Невнимательность зло.
render(request, 'detail.html', {'blog': detailblog, 'test': 'Hello, world'})
и в шаблоне dettail.html сделать {{ test }}