{% extends "base.html" %} {% block title %}Welcome{% endblock %} {% block content %}

Welcome to Turbines!

This is the index.html page. You can start building your application from here.

{% endblock %}