furmeet-bot/webproj/templates/privacy.haml

17 lines
523 B
Plaintext

- extends 'base.haml'
- block 'title'
Privacy Policy | {{ block.super }}
- block 'headerText'
Privacy Policy
- block 'content'
- with request.GET.lang|default:'en' as lang
%form
%select.db.w100{'name': "lang", 'onchange': "this.parentNode.submit()"}
%option(value="") Select language
%option(value="en") English
%option(value="pt") Português
- with "privacy_"|add:lang|add:".haml" as langtemplate
- include langtemplate