(1/2) Okay. I want you to write a filter that you can use in HTML markup that takes as an input string and Returns the the original string a comma reverse of that string another comma and whether or not that string was a palindrome. So, like: {{"foo" | palifilter }} generates: "foo, oof, not a palindrome"