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 +- docs/quick_tour/package/hello_world/templates/layout.jinja2 | 8 ++++---- docs/quick_tour/package/hello_world/templates/mytemplate.jinja2 | 2 +- docs/quick_tour/sessions/hello_world/templates/layout.jinja2 | 8 ++++---- docs/quick_tour/sessions/hello_world/templates/mytemplate.jinja2 | 2 +- docs/quick_tour/sqla_demo/sqla_demo/templates/layout.jinja2 | 8 ++++---- docs/quick_tour/sqla_demo/sqla_demo/templates/mytemplate.jinja2 | 2 +- 8 files changed, 20 insertions(+), 20 deletions(-) (limited to 'docs/quick_tour') 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 %} diff --git a/docs/quick_tour/package/hello_world/templates/layout.jinja2 b/docs/quick_tour/package/hello_world/templates/layout.jinja2 index 8473e8b5d..64142f819 100644 --- a/docs/quick_tour/package/hello_world/templates/layout.jinja2 +++ b/docs/quick_tour/package/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/package/hello_world/templates/mytemplate.jinja2 b/docs/quick_tour/package/hello_world/templates/mytemplate.jinja2 index cf2d7f996..f2e7283f8 100644 --- a/docs/quick_tour/package/hello_world/templates/mytemplate.jinja2 +++ b/docs/quick_tour/package/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 %} diff --git a/docs/quick_tour/sessions/hello_world/templates/layout.jinja2 b/docs/quick_tour/sessions/hello_world/templates/layout.jinja2 index 8473e8b5d..64142f819 100644 --- a/docs/quick_tour/sessions/hello_world/templates/layout.jinja2 +++ b/docs/quick_tour/sessions/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/sessions/hello_world/templates/mytemplate.jinja2 b/docs/quick_tour/sessions/hello_world/templates/mytemplate.jinja2 index c7776144c..b8562709c 100644 --- a/docs/quick_tour/sessions/hello_world/templates/mytemplate.jinja2 +++ b/docs/quick_tour/sessions/hello_world/templates/mytemplate.jinja2 @@ -3,7 +3,7 @@ {% block content %}

Pyramid Starter project

-

Welcome to hello_world, a Pyramid application generated by
Cookiecutter.

+

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

Counter: {{ request.session.counter }}

{% endblock content %} diff --git a/docs/quick_tour/sqla_demo/sqla_demo/templates/layout.jinja2 b/docs/quick_tour/sqla_demo/sqla_demo/templates/layout.jinja2 index 03f07524a..904fa442f 100644 --- a/docs/quick_tour/sqla_demo/sqla_demo/templates/layout.jinja2 +++ b/docs/quick_tour/sqla_demo/sqla_demo/templates/layout.jinja2 @@ -11,7 +11,7 @@ Cookiecutter Alchemy project for the Pyramid Web Framework - + @@ -19,7 +19,7 @@ @@ -58,7 +58,7 @@ - - + + diff --git a/docs/quick_tour/sqla_demo/sqla_demo/templates/mytemplate.jinja2 b/docs/quick_tour/sqla_demo/sqla_demo/templates/mytemplate.jinja2 index bd00845d5..26d72c0a6 100644 --- a/docs/quick_tour/sqla_demo/sqla_demo/templates/mytemplate.jinja2 +++ b/docs/quick_tour/sqla_demo/sqla_demo/templates/mytemplate.jinja2 @@ -3,6 +3,6 @@ {% block content %}

Pyramid Alchemy project

-

Welcome to sqla_demo, a Pyramid application generated by
Cookiecutter.

+

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

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