lyadmin/templates/home.html
2020-11-22 00:40:19 +00:00

9 lines
126 B
HTML

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