mirror of
https://github.com/wekan/wekan.git
synced 2025-12-27 12:48:49 +01:00
9 lines
185 B
Text
9 lines
185 B
Text
|
|
template(name="accessibilityHeaderBar")
|
||
|
|
if currentUser
|
||
|
|
h1
|
||
|
|
| {{_ 'accessibility-title'}}
|
||
|
|
|
||
|
|
template(name="accessibility")
|
||
|
|
if currentUser
|
||
|
|
| {{_ 'accessibility-content'}}
|