package templates const ( URLRoot = "/" URLIndex = "/index.aspx" URLBlog = "/blog.aspx" URLPost = "/post.aspx" )