code.gitea.io/gitea@v1.19.3/modules/base/base.go (about) 1 // Copyright 2014 The Gogs Authors. All rights reserved. 2 // SPDX-License-Identifier: MIT 3 4 package base 5 6 type ( 7 // TplName template relative path type 8 TplName string 9 )