I have this code in models.py like so:
class Post(models.Model): likes = models.PositiveIntegerField(default=0)
I also have this template