{% extends "layout.html" %} {% set title = 'Home Page' %} {% block body %} {% include 'README.html' %} {% endblock %}