From 1c608c51d6539218b031cf2b043b4574e5a4dbee Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Fri, 12 Jan 2018 00:49:23 -0800 Subject: Update templates to align with cookiecutters - Update CDN assets to minor versions - Use data attribute for Jinja2 templates (already done in mako and chameleon) --- docs/quick_tour/logging/hello_world/templates/layout.jinja2 | 8 ++++---- docs/quick_tour/logging/hello_world/templates/mytemplate.jinja2 | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/quick_tour/logging') diff --git a/docs/quick_tour/logging/hello_world/templates/layout.jinja2 b/docs/quick_tour/logging/hello_world/templates/layout.jinja2 index 8473e8b5d..64142f819 100644 --- a/docs/quick_tour/logging/hello_world/templates/layout.jinja2 +++ b/docs/quick_tour/logging/hello_world/templates/layout.jinja2 @@ -11,7 +11,7 @@ Cookiecutter Starter project for the Pyramid Web Framework - + @@ -19,7 +19,7 @@ @@ -58,7 +58,7 @@ - - + + diff --git a/docs/quick_tour/logging/hello_world/templates/mytemplate.jinja2 b/docs/quick_tour/logging/hello_world/templates/mytemplate.jinja2 index cf2d7f996..f2e7283f8 100644 --- a/docs/quick_tour/logging/hello_world/templates/mytemplate.jinja2 +++ b/docs/quick_tour/logging/hello_world/templates/mytemplate.jinja2 @@ -3,6 +3,6 @@ {% block content %}

Pyramid Starter project

-

Welcome to hello_world, a Pyramid application generated by
Cookiecutter.

+

Welcome to {{project}}, a Pyramid application generated by
Cookiecutter.

{% endblock content %} -- cgit v1.2.3