mirror of
				https://github.com/cookiecutter/cookiecutter-django.git
				synced 2025-10-31 07:57:42 +03:00 
			
		
		
		
	Use raw Jinja2 for cookiecutter template context
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									69611313c9
								
							
						
					
					
						commit
						fee9402e44
					
				|  | @ -5,8 +5,8 @@ | |||
|     <meta http-equiv="x-ua-compatible" content="ie=edge"> | ||||
|     <title>{% block title %}{% endraw %}{{ cookiecutter.project_name }}{% raw %}{% endblock title %}</title> | ||||
|     <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||||
|     <meta name="description" content="{{ cookiecutter.description }}"> | ||||
|     <meta name="author" content="{{ cookiecutter.author_name }}"> | ||||
|     <meta name="description" content="{% endraw %}{{ cookiecutter.description }}{% raw %}"> | ||||
|     <meta name="author" content="{% endraw %}{{ cookiecutter.author_name }}{% raw %}"> | ||||
| 
 | ||||
|     <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> | ||||
|     <!--[if lt IE 9]> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user