{% extends 'base.html' %} {% load static %} {% block content %}

Home Page, welcome {{count}}

{{ count|json_script:'count' }} {% endblock content %}