diff --git a/docs/templates/privacy/1.0.gohtml b/docs/templates/privacy/1.0.gohtml new file mode 100644 index 000000000..54438c4e0 --- /dev/null +++ b/docs/templates/privacy/1.0.gohtml @@ -0,0 +1,26 @@ + + + + Matrix.org Privacy policy + + +{{ if .HasConsented }} +

+ Your base already belong to us. +

+{{ else }} +

+ All your base are belong to us. +

+ {{ if not .PublicVersion }} + +
+ + + + +
+ {{ end }} +{{ end }} + + \ No newline at end of file