diff --git a/examples/blueprintexample/simple_page/templates/pages/layout.html b/examples/blueprintexample/simple_page/templates/pages/layout.html index e74a5871..5eaa8fc6 100644 --- a/examples/blueprintexample/simple_page/templates/pages/layout.html +++ b/examples/blueprintexample/simple_page/templates/pages/layout.html @@ -1,6 +1,6 @@
A simple page blueprint is registered under / and /pages diff --git a/examples/flaskr/templates/layout.html b/examples/flaskr/templates/layout.html index cbdb9650..737b51b2 100644 --- a/examples/flaskr/templates/layout.html +++ b/examples/flaskr/templates/layout.html @@ -1,9 +1,9 @@
Error: {{ error }}{% endif %} -
{% endblock %} diff --git a/examples/flaskr/templates/show_entries.html b/examples/flaskr/templates/show_entries.html index fabe65ec..9cbd3229 100644 --- a/examples/flaskr/templates/show_entries.html +++ b/examples/flaskr/templates/show_entries.html @@ -1,17 +1,17 @@ {% extends "layout.html" %} {% block body %} {% if session.logged_in %} - {% endif %} -- + - = - ? -
calculate server side + + + = + ? +
calculate server side {% endblock %} diff --git a/examples/jqueryexample/templates/layout.html b/examples/jqueryexample/templates/layout.html index 3e2ed69b..8be7606e 100644 --- a/examples/jqueryexample/templates/layout.html +++ b/examples/jqueryexample/templates/layout.html @@ -1,8 +1,8 @@