6 lines
70 B
HTML
6 lines
70 B
HTML
{% extends "general.html" %}
|
|
|
|
{% block content %}
|
|
Test
|
|
{% endblock %}
|