Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
druckson
/
jingo
Public
forked from
jbalogh/jingo
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 16, 2011
add JinjaView and JinjaResponse generic views to reproduce the functionality of TemplateView and TemplateResponse
Daniel Erickson
committed
6ca4e40
View commit details
Copy full SHA for 6ca4e40
Browse repository at this point
Commits on Jul 6, 2011
Merge pull request #6 from davedash/master
Show description for 7774456
davedash
committed
7774456
View commit details
Copy full SHA for 7774456
Browse repository at this point
Commits on Jul 5, 2011
Using Django's Template loader.
davedash
committed
a42f731
View commit details
Copy full SHA for a42f731
Browse repository at this point
Commits on May 27, 2011
Revert "Does this do anything?"
Show description for 2506905
Jeff Balogh
committed
2506905
View commit details
Copy full SHA for 2506905
Browse repository at this point
Commits on May 19, 2011
fix a few pep8 errors in new field_attrs test
jlongster
committed
76c599d
View commit details
Copy full SHA for 76c599d
Browse repository at this point
add field_attrs filter
jlongster
committed
6e93d8b
View commit details
Copy full SHA for 6e93d8b
Browse repository at this point
Commits on Apr 15, 2011
Revert "only load context processors once per request"
Show description for 85a0939
Jeff Balogh
committed
85a0939
View commit details
Copy full SHA for 85a0939
Browse repository at this point
jinja moved _MarkupEscapeHelper so this doesn't work anymore
Jeff Balogh
committed
566d1ec
View commit details
Copy full SHA for 566d1ec
Browse repository at this point
only load context processors once per request
Jeff Balogh
committed
88c8059
View commit details
Copy full SHA for 88c8059
Browse repository at this point
Commits on Mar 12, 2011
Does this do anything?
James Socol
committed
4143d3d
View commit details
Copy full SHA for 4143d3d
Browse repository at this point
Commits on Jan 23, 2011
Not part of Zamboni anymore.
James Socol
committed
dd3a293
View commit details
Copy full SHA for dd3a293
Browse repository at this point
Bubble up legitimate ImportErrors in helpers.
James Socol
committed
b5e4db7
View commit details
Copy full SHA for b5e4db7
Browse repository at this point
Commits on Jan 20, 2011
Add the |fe() filter and tests.
James Socol
committed
14253ef
View commit details
Copy full SHA for 14253ef
Browse repository at this point
Commits on Aug 17, 2010
no more lambdas in the MarkupEscapeHelper (bug 560381)
Jeff Balogh
committed
9c8fdfc
View commit details
Copy full SHA for 9c8fdfc
Browse repository at this point
Commits on Aug 4, 2010
load our helpers before from_string (bug 580437)
Jeff Balogh
committed
944a8c1
View commit details
Copy full SHA for 944a8c1
Browse repository at this point
Commits on Jul 12, 2010
override env.get_template to load helpers
Jeff Balogh
committed
e6d2acd
View commit details
Copy full SHA for e6d2acd
Browse repository at this point
Commits on Apr 27, 2010
we're catching the KeyError early so we don't need tower
jbalogh
committed
4eb62ef
View commit details
Copy full SHA for 4eb62ef
Browse repository at this point
hijack jinja to fail silently on string interpolation key errors
jbalogh
committed
d250add
View commit details
Copy full SHA for d250add
Browse repository at this point
Commits on Apr 26, 2010
Don't use a partially digested context when falling back; bug 561686
clouserw
committed
9f1c3be
View commit details
Copy full SHA for 9f1c3be
Browse repository at this point
Commits on Apr 23, 2010
Forces the return of a unicode string.
davedash
committed
d50c557
View commit details
Copy full SHA for d50c557
Browse repository at this point
fix datetime filter with unicode inputs (bug 561174)
jbalogh
committed
32cd1a1
View commit details
Copy full SHA for 32cd1a1
Browse repository at this point
Commits on Apr 20, 2010
no zero-padding for dates (bug 560421)
jbalogh
committed
56d3f64
View commit details
Copy full SHA for 56d3f64
Browse repository at this point
Commits on Apr 5, 2010
Don't crash if there is a key error in a template. Bug 556814
clouserw
committed
c73d2c5
View commit details
Copy full SHA for c73d2c5
Browse repository at this point
Commits on Apr 2, 2010
add __init__
clouserw
committed
69349e2
View commit details
Copy full SHA for 69349e2
Browse repository at this point
Commits on Mar 25, 2010
gracefully handle None in nl2br filter
Fred Wenzel
committed
9e8d1ad
View commit details
Copy full SHA for 9e8d1ad
Browse repository at this point
actually ignore py[oc] files
Fred Wenzel
committed
d6db9e6
View commit details
Copy full SHA for d6db9e6
Browse repository at this point
Commits on Mar 23, 2010
adding @register.inclusion_tag...fixes #1
jbalogh
committed
99f6140
View commit details
Copy full SHA for 99f6140
Browse repository at this point
test for rendering a Template
jbalogh
committed
aa8ba3d
View commit details
Copy full SHA for aa8ba3d
Browse repository at this point
Commits on Mar 16, 2010
added render_to_string
Show description for 808859e
mccammos
committed
808859e
View commit details
Copy full SHA for 808859e
Browse repository at this point
Commits on Mar 1, 2010
accept Templates in render()
jbalogh
committed
d301f59
View commit details
Copy full SHA for d301f59
Browse repository at this point
wait as long as possible before loading helpers
jbalogh
committed
9e055ea
View commit details
Copy full SHA for 9e055ea
Browse repository at this point
Commits on Feb 12, 2010
guard against None values
jbalogh
committed
9298cd0
View commit details
Copy full SHA for 9298cd0
Browse repository at this point
Commits on Feb 10, 2010
liberating jingo from zamboni
jbalogh
committed
5caec33
View commit details
Copy full SHA for 5caec33
Browse repository at this point
You can’t perform that action at this time.