2014-03-06 16:21:44 +09:00
|
|
|
// Copyright 2014 The Gogs Authors. All rights reserved.
|
2022-11-28 03:20:29 +09:00
|
|
|
// SPDX-License-Identifier: MIT
|
2014-03-06 16:21:44 +09:00
|
|
|
|
|
|
|
package base
|
|
|
|
|
|
|
|
type (
|
2016-11-24 16:17:44 +09:00
|
|
|
// TplName template relative path type
|
2014-07-26 13:24:27 +09:00
|
|
|
TplName string
|
2014-03-06 16:21:44 +09:00
|
|
|
)
|