6 lines
68 B
HTML
6 lines
68 B
HTML
{% extends 'base.html' %}
|
|
|
|
{% block content %}
|
|
Test!
|
|
{% endblock %}
|