{% extends '_base.html' %} {% load i18n %} {% load static %} {% block title %}Home{% endblock title %} {% block content %}
Hello from the Django template!
{% endblock content %}