generated from mirzaev/pot
	transition from site-mirzaev
This commit is contained in:
		
							
								
								
									
										15
									
								
								mirzaev/site/account/system/views/head.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								mirzaev/site/account/system/views/head.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,15 @@ | ||||
| {% block title %} | ||||
| <title>{% if head.title != empty %}{{head.title}}{% else %}Мирзаев{% endif %}</title> | ||||
| {% endblock %} | ||||
|  | ||||
| {% block meta %} | ||||
| <meta charset="utf-8"> | ||||
| <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||||
| {% for meta in head.metas %} | ||||
| <meta {% for name, value in meta.attributes %}{{name}}="{{value}}" {% endfor %}> | ||||
| {% endfor %} | ||||
| {% endblock %} | ||||
|  | ||||
| {% block css %} | ||||
| <link type="text/css" rel="stylesheet" href="/css/main.css" /> | ||||
| {% endblock %} | ||||
		Reference in New Issue
	
	Block a user