// Copyright (C) 2018 Marius Schellenberger package core const ( IndexPage = "Index" WikiSection = "wiki" IndexURI = WikiSection + "/" + IndexPage )