From 7d48486bb6d8e7904b237fee460923e20cf5fcc6 Mon Sep 17 00:00:00 2001 From: eskilolsen Date: Sat, 24 Mar 2012 13:41:10 -0700 Subject: [PATCH] Updated Large app how to (markdown) --- Large-app-how-to.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Large-app-how-to.md b/Large-app-how-to.md index 7b515eb..8a64adc 100644 --- a/Large-app-how-to.md +++ b/Large-app-how-to.md @@ -327,8 +327,8 @@ Jinja is integrated within Flask. One of the great feature of Jinja is the inher {% endfor %} -
{% block footer %}{% endblock%}
+
{% block content %}{% endblock%}
+ ```