File tree 1 file changed +3
-3
lines changed 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.
271
271
templates. This convenience can lead to uncontrolled
272
272
increase in complexity, and often harder to find bugs.
273
273
274
- - It is often necessary to mix javascript templates with
274
+ - It is often necessary to mix JavaScript templates with
275
275
HTML templates. A sane approach to this design is to isolate
276
276
the parts where the HTML template passes some variable content
277
- to the javascript code.
277
+ to the JavaScript code.
278
278
279
279
280
280
@@ -370,7 +370,7 @@ The `base.html` file can be used as base for all site pages which are for exampl
370
370
</body >
371
371
372
372
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
374
374
automatically set into the corresponding block in the base.html page.
375
375
376
376
.. code-block :: html
You can’t perform that action at this time.
0 commit comments