9 lines
188 B
Go
9 lines
188 B
Go
|
package components
|
||
|
|
||
|
const (
|
||
|
SearchFormArgs = "SearchFormArgs"
|
||
|
RecentPostsArgs = "RecentPostsArgs"
|
||
|
RecentCommentsArgs = "RecentCommentsArgs"
|
||
|
ArchiveArgs = "ArchiveArgs"
|
||
|
)
|