// Code generated by go generate; DO NOT EDIT. package gopher var GphMap = map[string]string{ "index": `i .----. |:: :::|__.-'.. . .'-. | .: : | _.- i |:. '| |.:: .:| | || : . :| | : ::: | | ' i |.-----------+++----------------------. | i.' | ( >) '. i------------------------------------------- i___ ___ .'The'. ___ ___ | i|+| |+| MidnightPub |+| |+| | i___ ( ___ ` + "`" + `.___.' ___ ___ | i|+| ) () |+| !L|| |+| |+| | i___/====\______--.!L||_|--_.--._--|\\-._.--. i ' '@ /_/\ !--.:==: \--||--\` + "`" + `:=: i..-....-.@ @ @@ @....-....-....-... i I I@|/ ` + "`" + `Y@ I I_.-.I i \_/ \_/ o=',,-,,` + "`" + `=- i-------------------------------------------- i null.host 1 iIt's late. You are seconds away from the main street in a small ialley. It's quieter here, but you can still hear the sound of ichatter, footsteps, and cars from busy downtown. The city is ibuzzing, the streets are like arteries. You see an intriguing place iin the alley, with a moon on its door. It reads "The Midnight Pub". i null.host 1 iThe Midnight is a virtual pub that lets you write posts and create ipages. To join, send an email to m15o@posteo.net i null.host 1 {{ range .posts -}} 0{{ .Date }} {{ .User }} - {{ .Title }} /posts/{{ .Id }} midnight.pub 70 {{ end }} i null.host 1 1All posts /page/0 midnight.pub 70`, "page": `i. . . . , .__ . i|\/|* _|._ * _ |_ -+- [__). .|_ i| ||(_][ )|(_][ ) | | (_|[_) i ._| i null.host 1 {{ range .posts -}} 0{{ .Date }} {{ .User }} - {{ .Title }} /posts/{{ .Id }} midnight.pub 70 {{ end }} i null.host 1 {{ if .hasMore }} 1Next page /page/{{ .nextPage }} midnight.pub 70 {{- end }}`, "post": `{{ .post.Title }} ~{{ .post.User }} ------------------------------------------------------------------ {{ .wrapped }}`, }