mirror of
https://github.com/lektor/lektor-website.git
synced 2025-02-01 06:51:28 +01:00
10 lines
307 B
Plaintext
10 lines
307 B
Plaintext
|
title: Template API
|
||
|
---
|
||
|
summary: Specific functionality added to the Jinja template environment by Lektor.
|
||
|
---
|
||
|
body:
|
||
|
|
||
|
Lektor extends the [Jinja2 :ext](http://jinja.pocoo.org/) templating language
|
||
|
with many useful helpers. We do not document Jinja 2 itself here, but all
|
||
|
the specific helpers are explained.
|