7 lines
104 B
HTML
7 lines
104 B
HTML
{% extends "layout.html" %}
|
|
{% block body %}
|
|
<p>
|
|
Well, hello there.
|
|
</p>
|
|
{% endblock %}
|