haldis/app/templates/home.html
Feliciaan De Palmenaer 0426b71556 bootstrap 3 ftw
2015-03-27 01:07:43 +01:00

7 lines
176 B
HTML

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