6 lines
85 B
Plaintext
6 lines
85 B
Plaintext
{% extends "base" %}
|
|
|
|
{% block content %}
|
|
<h1>Hello!</h1>
|
|
{% endblock content %}
|