summaryrefslogtreecommitdiffstats
path: root/modules/base/base.go
blob: dddce202daf77f259428355ee1f14eab6cde8139 (plain)
1
2
3
4
5
6
7
8
9
// Copyright 2014 The Gogs Authors. All rights reserved.
// SPDX-License-Identifier: MIT

package base

type (
	// TplName template relative path type
	TplName string
)