forked from PrivateCoffee/wikimore
6 lines
162 B
HTML
6 lines
162 B
HTML
|
{% extends "base.html" %}
|
||
|
|
||
|
{% block content %}
|
||
|
<h1>Welcome to Wikimore</h1>
|
||
|
<p>Use the search form above to find articles on Wikipedia.</p>
|
||
|
{% endblock %}
|