DAAP_interface/templates/home.html
2020-09-25 13:00:51 +02:00

11 lines
193 B
HTML

{% extends "layout.html" %}
{% block content %}
<div id="home-top-div"></div>
<div id="home-recently-added-works">
<div>RECENTLY ADDED WORKS</div>
<div></div>
</div>
{% endblock content %}