haldis/app/templates/home.html
2015-03-27 18:07:06 +01:00

8 lines
209 B
HTML

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