6 lines
90 B
HTML
6 lines
90 B
HTML
<!-- index.html -->
|
|
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
|
|
{% endblock content %} |