5 lines
73 B
HTML
5 lines
73 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<p>Test</p>
|
|
{% endblock %} |