{% extends 'base_layout.html' %} {% load static %} {% block title %} Result Inter {% endblock %} {% block style %} {% endblock %} {% block content %}



This is result page

{% endblock %}