theme.go 59 B

12345
  1. package theme
  2. type Theme interface {
  3. Template() string
  4. }