8 lines
143 B
HTML
8 lines
143 B
HTML
{% extends "layout.html" %}
|
|
|
|
{% block content %}
|
|
<h1>Palindrome Detector</h1>
|
|
|
|
<p>This will be the palindrome detector.</p>
|
|
{% endblock %}
|