haldis/app/templates/home.html

8 lines
211 B
HTML

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