{% load test_tags %}
SAND{% error_tag empty_string %}WICH
SAND{% error_tag none %}WICH
SAND{% error_tag zero %}WICH
POTA{% default_html_tag page.url %}TO
POTA{% default_html_tag page.child.url %}TO
POTA{% default_html_tag None %}TO
POTA{% default_html_tag_falsey empty_string %}TO1
POTA{% default_html_tag_falsey none %}TO2
POTA{% default_html_tag_falsey zero %}TO3
tags:
error_tag:
empty_string:
raw: ''
none:
raw: None
zero:
raw: 0
default_html_tag:
page.url:
raw: "example"
page.child.url:
raw: "another_example"
# None handled by default html value.
default_html_tag_falsey:
empty_string:
raw: ''
none:
raw: None
zero:
raw: 0