{% extends "base.html" %} {% block style %} body { background-color: rgb(255, 0, 0); } {% endblock %} {% block content %}
Hello World!