haldis/app/templates/home.html

7 lines
172 B
HTML
Raw Normal View History

2015-03-25 23:17:43 +00:00
{% extends "layout.html" %}
{% block content %}
<div class="jumbo">
<h2>Welcome to FoodBot</h2>
<h3>This is the home page for FoodBot</h3>
</div>
{% endblock %}