8 lines
209 B
HTML
8 lines
209 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block results %}
|
|
<div id="intro">
|
|
<p>This Grrrrrrrrrrls search machine cannot handle too much at once: it can only work with <strong>one word</strong>.</p>
|
|
</div>
|
|
|
|
{% endblock %} |