home.html 160 B

12345678910
  1. {% extends 'base.html' %}
  2. {% load static %}
  3. {% block content %}
  4. <h2>Home Page, welcome {{count}}</h2>
  5. {{ count|json_script:'count' }}
  6. {% endblock content %}