1 2 3 4 | from django.template.loader import find_template_source
def get_template_source(template_name):
return find_template_source(template_name)[0]
|
More like this
- email rendered via javascript (trick spam crawlers) by rizumu 2 years, 9 months ago
- Loading templates by app path by apkawa 11 months ago
- Wiki-like markup for sub templates by luckystarr 4 years, 8 months ago
- Mobile Device Middleware by stephen_mcd 2 years ago
- render_partial by hachaboob 3 years, 8 months ago
Comments