File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -271,10 +271,10 @@ and to the templates themselves.
271271 templates. This convenience can lead to uncontrolled
272272 increase in complexity, and often harder to find bugs.
273273
274- - It is often necessary to mix javascript templates with
274+ - It is often necessary to mix JavaScript templates with
275275 HTML templates. A sane approach to this design is to isolate
276276 the parts where the HTML template passes some variable content
277- to the javascript code.
277+ to the JavaScript code.
278278
279279
280280
@@ -370,7 +370,7 @@ The `base.html` file can be used as base for all site pages which are for exampl
370370 </body >
371371
372372
373- The next listing is our site page (`site.html `) loaded in the python app which extends `base.html `. The content block is
373+ The next listing is our site page (`site.html `) loaded in the Python app which extends `base.html `. The content block is
374374automatically set into the corresponding block in the base.html page.
375375
376376.. code-block :: html
You can’t perform that action at this time.
0 commit comments