Prakash Tajpuriyaprakash0091.hashnode.dev·Apr 13, 2024Understanding Template Lookup in Web Frameworks: Avoiding Unexpected BehaviorIn the world of web development, template engines play a crucial role in separating business logic from presentation. Whether you're working with Django, Jinja2, or another popular web framework, understanding how template lookup works is essential f...Discusstemplate lookup
Olumide AdeolaforChasfat Projects | Djangochasfat-django-blog-for-beginners.hashnode.dev·Dec 29, 2023Django Views and Templates: Crafting Dynamic Web ExperiencesIn Django web framework , Views and Templates are responsible for shaping how your web application looks and behaves. In this article let's unravel the intricacies of Views—which helps with request processing—and Templates—with renders the dynamic an...DiscussDjango Views
Imam Hossain Roniimamhossainroni.me·Feb 1, 2021Optimizing Templates Rendering in DjangoTemplate A convenient way to generate HTML dynamically. A template contains the static parts of the desired HTML output as well as some special syntax describing how dynamic content will be inserted. Using templates in Django is a 3 steps process: ...Discuss·12 likes·161 readsDjango