{% extends "layout.html" %}
{% block content %}
<div class="jumbotron">
<h2>Welcome to FoodBot</h2>
<h3>This is the home page for FoodBot</h3>
</div>
{% endblock %}