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