{% extends 'base.html' %} {% block title %} index {% endblock %} {% block body %}

hello world

the ip you from {{ request.remote_addr }}

{% endblock %}