lyadmin/templates/home.html

9 lines
131 B
HTML
Raw Normal View History

2020-11-26 01:14:59 -05:00
{%extends "main_layout.html"%}
2020-11-21 19:40:19 -05:00
{% block content %}
<div class="home">
<h2>Home</h2>
<p>test test test</p>
</div>
{%endblock%}