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