10 lines
173 B
HTML
10 lines
173 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<h1 class="title">
|
|
Welcome to the future
|
|
</h1>
|
|
<h2 class="subtitle">
|
|
PriceyBot2.0 ready and listening
|
|
</h2>
|
|
{% endblock %} |