mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
7 lines
163 B
Text
7 lines
163 B
Text
|
- provide(:title, generate_title('Privacy Policy'))
|
||
|
.container.container--main
|
||
|
.card
|
||
|
.card-body
|
||
|
= raw_markdown_io 'service-docs/en/policy/privacy.md'
|
||
|
|