This commit is contained in:
Gilles Jacobs 2015-03-30 23:53:21 +02:00
parent 7032f2ad77
commit 1151671aba
3 changed files with 6 additions and 6 deletions

View file

@ -3,5 +3,5 @@
{% block container %}
<h1>About</h1>
<p>This is an About page for FoodBot. Don't I look good? Oh stop, you're making me blush.</p>
{% endblock %}
<p>This is James' about page. Doesn't he look good? Oh stop, you're making him blush.</p>
{% endblock %}

View file

@ -5,8 +5,8 @@
{% block container %}
<div class="jumbotron">
<h2>Welcome to FoodBot</h2>
<h3>This is the home page for FoodBot</h3>
<h2>Hi, I'm James</h2>
<h3>What would you like to eat, sir?</h3>
</div>
<div class="row">
<div class="col-sm-5">
@ -23,4 +23,4 @@
</ul>
</div>
</div>
{% endblock %}
{% endblock %}

View file

@ -13,7 +13,7 @@
{% set active_page = active_page|default('index') -%}
{% block title %}
FoodBot - {{ active_page|capitalize }}
James - {{ active_page|capitalize }}
{% endblock %}
{% block styles %}