5 lines
71 B
HTML
5 lines
71 B
HTML
|
{% extends "index.html" %}
|
||
|
|
||
|
{% block content %}
|
||
|
|
||
|
{% endblock content %}
|