{% extends "base.html" %} {% block title %}Click At Test{% endblock %} {% block extra_css %} #click-area { width: 400px; height: 300px; background: #eef; border: 1px solid #99c; display: flex; align-items: center; justify-content: center; } {% endblock %} {% block content %}

Click At Test

Click anywhere in this box
no click
{% endblock %}