navigation.go 71 B

123456
  1. package static
  2. type navigation struct {
  3. Link string
  4. Title string
  5. }