mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
12 lines
288 B
Text
12 lines
288 B
Text
|
|
extends ./layout
|
||
|
|
block vars
|
||
|
|
- var layoutEnv = env
|
||
|
|
- var menuItem = 'contact'
|
||
|
|
block title
|
||
|
|
title Contact
|
||
|
|
block content
|
||
|
|
// Probably just add linkks to the respective contact locations?
|
||
|
|
// Bugs? Github
|
||
|
|
// Feature requests? Trello
|
||
|
|
// Enterprise? Click the "pricing" tab
|
||
|
|
/// etc
|