{% load mailprotector_tags %}
1. only email: {% mailprotector 'only-email@example.com' %}
2. link text: {% mailprotector 'link-text@example.com' link_text='link-text' %}
3. with class: {% mailprotector 'css-class@example.com' link_text='css-class' css_class='css-class' %}
4. {% mailprotector_textblock "some bigger piece of plain-text@example.com plain text" css_class='plain-text' %}
5. {% mailprotector_textblock 'some bigger piece of html-text' css_class='html-text' %}
1. only phone: {% mailprotector '032 322 22 22' %}
2. link text: {% mailprotector '032 322 22 23' link_text='phone-link-text' %}
3. with class: {% mailprotector '032 322 22 24' link_text='css-class-phone' css_class='css-class-phone' %}
4. {% mailprotector_textblock "some bigger piece of 032 322 22 25 plain text" css_class='plain-text-phone' %}
5. {% mailprotector_textblock 'some bigger piece of 032 322 22 26 link text' css_class='html-text-phone' %}