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%}
+ ```