mirror of
https://github.com/lektor/lektor-website.git
synced 2025-01-31 22:41:29 +01:00
10 lines
307 B
Markdown
10 lines
307 B
Markdown
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.
|