package templates const ( URLPostfix = "aspx" URLRoot = "/" URLIndex = "/index." + URLPostfix URLBlog = "/blog." + URLPostfix URLPost = "/post." + URLPostfix URLJSApp = "/js-bin/app.js" )