{{.Page.Caption}}
{{if eq .IsAdmin true}}
					{{if eq .Page.Active true}}
					
Материал удалён
				{{end}}
				{{end}}
				{{.Page.Published}}
				{{.Page.Content}}
				{{else}}
					{{if eq .Page "404"}}
						{{template "404"}}
					{{else}}
						{{if eq .Page "position"}}
							{{template "position"}}
						{{else}}
							{{if eq .Page "BigBoss"}}
								{{template "BigBoss"}}
							{{else}}
								{{if eq .Page "Zapis"}}
									{{template "Zapis"}}
								{{else}}
									{{if eq .Page "Mass"}}
										{{template "Mass" .}}
									{{else}}
										{{if eq .Page "PageZap"}}
											{{template "PageZap" .}}
										
										{{end}}
									{{end}}
								{{end}}
							{{end}}
						{{end}}
					{{end}}
				{{end}}