Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/api/templates/contents.lr
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ summary: Specific functionality added to the Jinja template environment by Lekto
---
body:

Lektor extends the [Jinja2 :ext](http://jinja.pocoo.org/) templating language
Lektor extends the [Jinja2 :ext](http://jinja.palletsprojects.com/) templating language
with many useful helpers. We do not document Jinja 2 itself here, but all
the specific helpers are explained.
6 changes: 3 additions & 3 deletions content/docs/templates/contents.lr
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ summary: A quick introduction into templating in Lektor.
---
body:

Lektor uses the [Jinja2 :ext](http://jinja.pocoo.org/) templating language for
Lektor uses the [Jinja2 :ext](http://jinja.palletsprojects.com/) templating language for
generating HTML out of your pages. You do not need to understand Jinja2 to
be able to generate beautiful websites but if you want to dive deep into the
powers of the templating language then you can learn more about it by
reading the [Jinja2 Documentation :ext](http://jinja.pocoo.org/docs).
reading the [Jinja2 Documentation :ext](http://jinja.palletsprojects.com/en/stable/templates).

!! Templates are a very powerful component in Lektor. A lot of documentation
about the features of it can be found in the [Jinja2 Documentation
:ext](http://jinja.pocoo.org/docs) as well as the [Lektor Template API
:ext](http://jinja.palletsprojects.com/en/stable/templates) as well as the [Lektor Template API
Documentation :ext](../api/templates/).

## Template Folder and Naming
Expand Down