plchweb/base_app/templates/index.html
2021-08-16 15:55:25 +02:00

5 lines
74 B
HTML

{% extends "layout.html" %}
{% block content %}
hello
{% endblock %}