plchweb/base_app/templates/index.html

6 lines
74 B
HTML
Raw Normal View History

2021-07-19 13:13:27 +00:00
{% extends "layout.html" %}
{% block content %}
hello
{% endblock %}