7 lines
73 B
HTML
7 lines
73 B
HTML
{% extends "base.html" %}
|
|
{% block content %}
|
|
|
|
Some text
|
|
|
|
{% endblock %}
|