{% extends "base.html" %} {% block title %}{{ title }} - Home{% endblock %} {% block header %}{{ title }}{% endblock %} {% block content %}

Welcome!

{{ message }}

What's happening here?

Try it out:

  1. View the page source (Ctrl+U or Cmd+U)
  2. Look for <!-- TEMPLATE: --> and <!-- BLOCK: --> comments
  3. See how the template inheritance is visualized
{% endblock %}