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

View file

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

View file

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