lyadmin/templates/home.html
2020-11-26 06:14:59 +00:00

9 lines
131 B
HTML

{%extends "main_layout.html"%}
{% block content %}
<div class="home">
<h2>Home</h2>
<p>test test test</p>
</div>
{%endblock%}