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