{% extends "layout.html" %} {% block content %}

Palindrome Result

{% if is_palindrome %}

"{{ phrase }}" is a palindrome!

{% else %}

"{{ phrase }}" isn't a palindrome.

{% endif %}

Try another one!

{% include "palindrome_form.html" %} {% endblock %}