Jinja (template engine)

Jinja
Original author(s)Armin Ronacher
Initial releaseJuly 17, 2008; 16 years ago (2008-07-17)[1]
Stable release
3.1.5[2] Edit this on Wikidata / 21 December 2024; 7 days ago (21 December 2024)
Repository
Written inPython
TypeTemplate engine
LicenseBSD License
Websitepalletsprojects.com/p/jinja/ Edit this on Wikidata

Jinja is a web template engine for the Python programming language. It was created by Armin Ronacher and is licensed under a BSD License. Jinja is similar to the Django template engine, but provides Python-like expressions while ensuring that the templates are evaluated in a sandbox. It is a text-based template language and thus can be used to generate any markup as well as source code.

The Jinja template engine allows customization of tags,[3] filters (for formatting or transforming values[4]), tests (for evaluating conditions[4]), and globals.[5] Also, unlike the Django template engine, Jinja allows the template designer to call functions with arguments on objects. Jinja is Flask's default template engine [6] and it is also used by Ansible,[7] Trac, and Salt.[8] It is also used to make SQL macros, for example for use with dbt.[9]

Features

Some of the features of Jinja are:[10]

  • sandboxed execution
  • automatic HTML escaping to prevent cross-site scripting (XSS) attacks
  • template inheritance
  • compiles down to the optimal Python code just-in-time
  • optional ahead-of-time template compilation
  • easy to debug (for example, line numbers of exceptions directly point to the correct line in the template)
  • configurable syntax

Jinja, like Smarty, also ships with an easy-to-use filter system similar to the Unix pipeline.

Syntax

The syntax for printing output in Jinja is using the double curly braces, for example {{ Hello, World! }}.

Statements which set variables in jinja or those which do not have an output can be wrapped within {% and %}, using the set keyword. For example {% set foo = 42 %} sets a variable called foo with a value of 42.

Similar to above, comments in jinja can be written using a number sign (#) instead of a percentage (%), for example, {# helpful comment #}.

The syntax for creating a filter in Jinja is a vertical bar (|), for example {{ variable|filter }}. A variable can have multiple filters, for example {{ variable|filter|filter }}).[4]

The syntax for creating a test in Jinja is the keyword is as well as the conditions for evaluating the validity of a test, such as for example {% if variable is divisibleby 10 %}do something{% endif %}).[4]

For loops can be used to iterate over sequences, while retaining their object properties. The following example demonstrates iterating over a list of users with username and password fields.

{% for user in users %}
    {{ user.username }}
    {{ user.password }}
{% endfor %}

Although break and continue are not allowed inside loops, sequences can be filtered.

Example

Here is a small example of a template file example.html.jinja:[11]

<!DOCTYPE html>
<html>
  <head>
    <title>{{ variable|escape }}</title>
  </head>
  <body>
  {%- for item in item_list %}
    {{ item }}{% if not loop.last %},{% endif %}
  {%- endfor %}
  </body>
</html>

and templating code:

from jinja2 import Template
with open('example.html.jinja') as f:
    tmpl = Template(f.read())
print(tmpl.render(
    variable = 'Value with <unsafe> data',
    item_list = [1, 2, 3, 4, 5, 6]
))

This produces the HTML string:

<!DOCTYPE html>
<html>
  <head>
    <title>Value with &lt;unsafe&gt; data</title>
  </head>
  <body>
    1,
    2,
    3,
    4,
    5,
    6
  </body>
</html>

Note the minus sign (-) after the tag {%: If you add a minus sign (-) to the start or end of a block (e.g. a For tag), a comment, or a variable expression, the whitespaces before or after that block will be removed.[12]

References

  1. ^ "Jinja2 Release History". Retrieved 24 June 2020.
  2. ^ "Release 3.1.5". 21 December 2024. Retrieved 25 December 2024.
  3. ^ "Extensions". Jinja2 Documentation (2.8-dev). Retrieved 2015-05-26.
  4. ^ a b c d "Jinja built-in filters and tests (like Django filters)". www.webforefront.com. Retrieved 2023-08-14.
  5. ^ "Extensions". Jinja2 Documentation (2.8-dev). Retrieved 2015-05-26.
  6. ^ DuPlain, R. (2013). Instant Flask Web Development. Packt Publishing. p. 30. ISBN 978-1-78216-963-5. Retrieved 2015-05-26.
  7. ^ "Templating (Jinja2) — Ansible Documentation".
  8. ^ "Understanding Jinja". docs.saltproject.io.
  9. ^ Jinja and macros | dbt Developer Hub
  10. ^ "Welcome | Jinja2 (The Python Template Engine)". palletsprojects.com/p/jinja.
  11. ^ Ronacher, Armin. "Template Designer Documentation". Jinja Documentation (3.0.x). Retrieved 9 January 2024. A Jinja template doesn't need to have a specific extension: .html, .xml, or any other extension is just fine.
  12. ^ "Template Designer Documentation — Jinja Documentation (3.0.x)". jinja.palletsprojects.com. Retrieved 2024-01-09.

Read other articles:

Untuk kegunaan lain, lihat Banyuwangi (disambiguasi). Koordinat: 8°13′34″S 114°21′59″E / 8.2262°S 114.3665°E / -8.2262; 114.3665 BanyuwangiKecamatanSearah jarum jam : Menara suar Pantai Boom, Kerajinan Bata Sumberrejo, Kantor Camat, Patung Kuda Tirta Wangi, Skyline perkotaan Banyuwangi, Masjid Agung Baiturahman, Taman SritanjungPeta lokasi Kecamatan BanyuwangiNegara IndonesiaProvinsiJawa TimurKabupatenBanyuwangiPemerintahan • CamatDrs....

 

MortdecaiSutradara David Koepp Produser Christi Dembrowski Johnny Depp Andrew Lazar Ditulis oleh Eric Aronson PemeranJohnny Depp, Gwyneth Paltrow, Ewan McGregor, Olivia Munn, Paul Bettany, Jeff Goldblum, Aubrey Plaza, Oliver Platt, Michael CulkinNaratorJohnny DeppPenata musikGeoff Zanelli, Mark RonsonSinematograferFlorian HoffmeisterPenyuntingJill SavittPerusahaanproduksiInfinitum Nihil, Mad Chance Productions, Odd Lot EntertainmentDistributorLionsgateTanggal rilis23 Januari 2015 (...

 

1999 single by Primal Scream Swastika EyesSingle by Primal Screamfrom the album XTRMNTR Released8 November 1999 (1999-11-08)Genre Techno electronic rock house[1] Length 8:10 (Jagz Kooner mix) 7:05 (Chemical Brothers mix) LabelCreationSongwriter(s)Primal ScreamProducer(s)Jagz Kooner, the Chemical BrothersPrimal Scream singles chronology If They Move, Kill 'Em (1998) Swastika Eyes (1999) Kill All Hippies (2000) Swastika Eyes (stylised as SWSTK YS and also known as War Pig...

American fencer Dagmara WozniakWozniak at the 2013 World Fencing ChampionshipsPersonal informationNickname(s)Daga[1]Born (1988-07-01) July 1, 1988 (age 35)Wrocław, PolandHeight5 ft 8 in (173 cm)Weight180 lb (82 kg; 13 st)SportCountryUnited StatesSportFencingWeaponSaberClubManhattan Fencing CenterHead coachYury GelmanFIE rankingCurrent rankingDomestic rankingExternal Link Medal record Dagmara Wozniak Medal record Women's fencing Representin...

 

Franco Battiato Información personalNombre de nacimiento Francesco BattiatoNacimiento 23 de marzo de 1945Ionia, ItaliaFallecimiento 18 de mayo de 2021 (76 años)Milo (Italia) Residencia Milo, ItaliaNacionalidad ItalianaLengua materna ItalianoInformación profesionalOcupación Cantautor, compositor, director de cine, escritor, cantante, guionista, pintor, realizador, músico y guionista de cine Área Pop, composición, canto, dirección cinematográfica, guión cinematográfico, pintura y com...

 

Berber ethnic group Kabyle peopleIqbayliyen (Kabyle)القبائل (Arabic)A painting of a Kabyle woman in folk costumeTotal populationc. 6 million[1][2]Regions with significant populationsKabylia Algeriac. 5 million[3][4][1] Francec. 1 million[5][6] Canada37,415[7]LanguagesKabyleAlgerian Arabic,[8] FrenchReligionPredominantly Islam, with minorities of Roman Catholicism and Protestanti...

This article is about the Roman Catholic prayer. For the angel of the God of Israel, see Angel of the Lord. Guardian angel, by Pietro da Cortona, 1656 Angel of God (Latin: Ángele Dei) is a Roman Catholic traditional prayer for the intercession of the guardian angel, often taught to young children as the first prayer learned. It serves as a reminder of God's love, and by enjoining the guardian angel to support the child in a loving way, the prayer echoes God's abiding love. The original Latin...

 

Opening for air to enter car engines This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.Find sources: Hood scoop – news · newspapers · books · scholar · JSTOR (October 2009) (Learn how and when to remove this template message) Functional hood scoop on a Subaru Impreza WRX A hood scoop (North American English) or bonnet scoop...

 

АудитВиды аудита Внутренний аудит Внешний аудит Налоговый аудит Экологический аудит Социальный аудит Пожарный аудит Due diligence Основные понятия Аудитор Материальность Риск Документация Аудиторский отчёт ISA / ПСАД Бухгалтерский учёт с точки зрения аудита Финансовая отчё...

Semitic language spoken mostly in Malta MalteseMaltiPronunciation[ˈmɐːltɪ]Native toMaltaEthnicityMalteseNative speakers530,000 (2012)[1]Language familyAfro-Asiatic SemiticWest SemiticCentral SemiticArabicMaghrebi ArabicPre-Hilalian ArabicSiculo-ArabicMalteseEarly formSiculo-Arabic Dialects Cottonera Gozitan Qormi Żejtuni Australian Central Western Eastern Zurrieq Port Maltese Mġarr Xlukkajr Għaxaq Qawsra † Writing systemLatin (Maltese alphabet)Maltese Braill...

 

2001 studio album by KillarmyFear, Love & WarStudio album by KillarmyReleasedSeptember 11, 2001 (2001-09-11)Recorded2000-2001Studio36 Chambers (New York, NY)GenreHip hopLength1:01:18LabelLoudProducerMitchell Divine Diggs (exec.)RZA (exec.)4th DiscipleFalling DownMike Trauma DRebel DainjaKillarmy chronology Dirty Weaponry(1998) Fear, Love & War(2001) Full Metal Jackets(2020) Singles from Fear, Love & War Feel ItReleased: 2001 Professional ratingsReview scores...

 

Megalit di situs Lebak Kosala (1931) Megalit di situs Lebak Kosala (1931) Situs Lebak Kosala adalah sebuah situs megalitik di Kabupaten Lebak. Letaknya di pegunungan Kendeng. Situs ini terdiri dari lima undakan dengan arah timur-barat menghadapi puncak Gunung Kasola. Tidak jauh dari situs terdapat kolam tempat mereka menyucikan diri sebelum melakukan aktivitas ritual. Hal yang menarik untuk diamati adalah adanya jalan setapal yang terbuat dari batu pipih bahkan ada yang dibuat membentuk tangg...

تشخيص وراثي سابق للانغراس (بالإنجليزية: Preimplantation genetic diagnosis)‏ ويُدعى اختصارًا PGD أو PIGD، هو التنميط الوراثي للأجنة قبل عملية الزرع (كشكل من أشكال التنميط الجنيني) ، وأحيانًا حتى للبويضات قبل الإخصاب. يعتبر PGD بطريقة مشابهة للتشخيص السابق للولادة. عندما تستخدم لفحص مرض وراثي م...

 

This article is about the 1982 martial arts film. For other uses, see Dragon Lord (disambiguation). 1982 filmDragon LordOriginal Hong Kong posterDirected byJackie ChanWritten by Jackie Chan Edward Tang Barry Wong Produced by Raymond Chow Leonard Ho Starring Jackie Chan Mars Hwang In-Shik Tien Feng Cinematography Chan Chung-yuen Chen Chin-kui Edited byPeter CheungDistributed byGolden HarvestRelease date 21 January 1982 (1982-01-21) Running time102 minutes (Hong Kong version)Coun...

 

У этого термина существуют и другие значения, см. Военный переворот в Нигере. Президент Нигера Танджа Мамаду (2007) Военный переворот в Нигере — смена власти (военный переворот) в государстве Нигер в 2010 году. Переворот произошёл 18 февраля 2010 года. Лидеры военной хунты ворвал...

This article relies largely or entirely on a single source. Relevant discussion may be found on the talk page. Please help improve this article by introducing citations to additional sources.Find sources: Mr. Ruggerio's Neighborhood – news · newspapers · books · scholar · JSTOR (July 2022) 1st episode of the 3rd season of The Sopranos Mr. Ruggerio's NeighborhoodThe Sopranos episodeEpisode no.Season 3Episode 1Directed byAllen CoulterWritten byDavid...

 

Chinese sweet dessert soup Hong dou tangA bowl of hóngdòutāng, Chinese red bean soupTypeTong sui, dessert soupPlace of originChinaRegion or stateEast AsiaAssociated cuisineChinese cuisineTaiwanese cuisineMain ingredientsAdzuki beansSimilar dishesPatjuk, shiruko  Media: Hong dou tang Hong dou tang or Hong dou sha (simplified Chinese: 紅豆汤, 红豆沙; traditional Chinese: 紅豆湯, 紅豆沙; pinyin: hóngdòu tāng, hóngdòu shā; Jyutping: hung4 dau6 tong1, ...

 

Argentine telenovela This article is about the Argentinian television series. For the Millennial generation, see Millennials. MillennialsGenreTelenovelaDramaComedyRomanceCreated byMartín KwellerWritten byMartín KwellerNicolás MarinaRodo ServinoJosé MilitanoDirected byMauro ScandolariAugusto TejadaPedro LevantiStarringNicolás RieraNoelia MarzolGastón SoffrittiLaura LapridaJuan Manuel GuileraJohanna FrancellaMatías MayerTheme music composerClaudio OjedaJosé A. Messia RampoldiCountry of ...

Theorem in quantum physics This triangle diagram is forbidden by Furry's theorem in quantum electrodynamics. In quantum electrodynamics, Furry's theorem states that if a Feynman diagram consists of a closed loop of fermion lines with an odd number of vertices, its contribution to the amplitude vanishes. As a corollary, a single photon cannot arise from the vacuum or be absorbed by it. The theorem was first derived by Wendell H. Furry in 1937,[1] as a direct consequence of the conserva...

 

جوبند  - قرية -  تقسيم إداري البلد  إيران[1] المحافظة أذربيجان الشرقية المقاطعة مقاطعة أهر الناحية الناحية المركزية القسم الريفي قسم أوتش هاتشا الریفي إحداثيات 38°35′51″N 46°58′24″E / 38.5975°N 46.97333°E / 38.5975; 46.97333 السكان التعداد السكاني 196 نسمة (إحصاء 2006) ...

 

Strategi Solo vs Squad di Free Fire: Cara Menang Mudah!