1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
{ 'contacts':{ 'template': 'contacts.html' 'values': [ 'phone': 'Телефон', 'email': 'Email' ] }, 'about':{ 'template': 'about.html' 'values': [ 'name': 'Название', 'description': 'Описание' ] }, 'categories':{ 'template': 'categories.html' 'values': [ 'category_list': ['Название1', 'Название2', 'Название3'], ] }, 'regions':{ 'template': 'regions.html' 'values': [ 'region_list': ['Регион1', 'Регион2', 'Регион3'], ] },