10 lines
174 B
HTML
10 lines
174 B
HTML
{% extends "depot/base.jinja" %}
|
|
|
|
{% block content %}
|
|
{% include "depot/dashboard.jinja" %}
|
|
<div>
|
|
Some text
|
|
another text
|
|
Third text
|
|
</div>
|
|
{% endblock %} |