{% extends 'base.html' %}
{% load static %}


{% block content %}
<h1>Hello from plane!</h1>
<p>Made with Django</p>
{% endblock content %}