7 lines
92 B
HTML
7 lines
92 B
HTML
{% extends "index.html" %}
|
|
{% block content %}
|
|
<main>
|
|
files here
|
|
</main>
|
|
{% endblock %}
|