cannabinieri website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
304 B

3 years ago
3 years ago
3 years ago
  1. {%extends "base"%}
  2. {%block title%}{{title}}{%endblock title%}
  3. {%block head%}
  4. {{super()}}
  5. {%endblock head%}
  6. {%block content%}
  7. <div class="container" style ="display: flex;">
  8. <h1>Privacy Policy</h1>
  9. <p>Add info how data is handled and licence of code</p>
  10. </div>
  11. {%endblock content%}