Ubuntu Pastebin

Paste from senaps at Sun, 29 Apr 2018 07:46:34 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
 def index(request):
    post = Post.objects.filter().order_by('-id')[0]
    return render(request, "dash/index.html", {'post': post})

=-=-=-=-=-=-=-=-=-=-

<h3>{{ post.content|safe }}</h3>


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=---
Download as text