{% 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.

Try going to this page which is generated from markdown.

{% endblock %}