Assume that you pass the following context to a template:
blog_name = 'All about Django'
Access blog_name as a variable and add it to the content of the "h2" element. Using only the title filter, capitalize all first letters in it.
Assume that you pass the following context to a template:
blog_name = 'All about Django'
Access blog_name as a variable and add it to the content of the "h2" element. Using only the title filter, capitalize all first letters in it.
Create a free account to access the full topic