learn_enough_python_code_li.../Listing_10.61.html
2022-11-13 10:39:28 -08:00

8 lines
135 B
HTML

{% extends "layout.html" %}
{% block content %}
<h1>Palindrome Detector</h1>
{% include "palindrome_form.html" %}
{% endblock %}