haldis/app/templates/home.html
2015-03-26 00:17:43 +01:00

7 lines
172 B
HTML

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