File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ summary: Specific functionality added to the Jinja template environment by Lekto
44---
55body:
66
7- Lektor extends the [ Jinja2 : ext ] ( http://jinja.pocoo.org / ) templating language
7+ Lektor extends the [ Jinja2 : ext ] ( http://jinja.palletsprojects.com / ) templating language
88with many useful helpers. We do not document Jinja 2 itself here, but all
99the specific helpers are explained.
Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ summary: A quick introduction into templating in Lektor.
66---
77body:
88
9- Lektor uses the [ Jinja2 : ext ] ( http://jinja.pocoo.org / ) templating language for
9+ Lektor uses the [ Jinja2 : ext ] ( http://jinja.palletsprojects.com / ) templating language for
1010generating HTML out of your pages. You do not need to understand Jinja2 to
1111be able to generate beautiful websites but if you want to dive deep into the
1212powers of the templating language then you can learn more about it by
13- reading the [ Jinja2 Documentation : ext ] ( http://jinja.pocoo.org/docs ) .
13+ reading the [ Jinja2 Documentation : ext ] ( http://jinja.palletsprojects.com/en/stable/templates ) .
1414
1515!! Templates are a very powerful component in Lektor. A lot of documentation
1616about the features of it can be found in the [ Jinja2 Documentation
17- : ext ] ( http://jinja.pocoo.org/docs ) as well as the [ Lektor Template API
17+ : ext ] ( http://jinja.palletsprojects.com/en/stable/templates ) as well as the [ Lektor Template API
1818Documentation : ext ] ( ../api/templates/ ) .
1919
2020## Template Folder and Naming
You can’t perform that action at this time.
0 commit comments