mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-01 15:43:02 +01:00
5 lines
224 B
Text
5 lines
224 B
Text
- provide(:title, generate_title('Privacy Policy'))
|
|
.container-lg.container--main
|
|
.card
|
|
.card-body
|
|
= t("policy.privacy_policy_html", app_name: APP_CONFIG["site_name"], contact_email: APP_CONFIG["contact_email"])
|