haldis/app/templates/home.html

8 lines
209 B
HTML
Raw Normal View History

{% extends "layout.html" -%}
{% set active_page = "home" -%}
2015-03-26 00:17:43 +01:00
{% block content %}
2015-03-27 01:07:43 +01:00
<div class="jumbotron">
2015-03-26 00:17:43 +01:00
<h2>Welcome to FoodBot</h2>
<h3>This is the home page for FoodBot</h3>
</div>
{% endblock %}