7 lines
80 B
HTML
7 lines
80 B
HTML
{% extends 'index.html' %}
|
|
|
|
{% block content %}
|
|
|
|
test
|
|
{{ title }}
|
|
{% endblock %} |