> For the complete documentation index, see [llms.txt](https://pongo.0xbf.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pongo.0xbf.me/pongo2-quick-ref.md).

# Pongo2 quick ref

The [pongo2](https://github.com/flosch/pongo2) template syntax is similar with django's template, but there are some differences.

This manual is a quick reference for using pongo2.

[extends](/extends.md)

[variable](/variable.md)

[condition](/condition.md)

[loop](/loop.md)

[filters](/filters.md)

[comments](/comments.md)

[include](/include.md)

[macros](/macros.md)
