rDrama/files/templates/admin/new_users.html
2021-10-15 16:08:27 +02:00

9 lines
No EOL
230 B
HTML
Executable file

{% extends "mine.html" %}
{% block maincontent %}
<img loading="lazy" src="{{single_plot}}">
<img loading="lazy" src="{{multi_plot}}">
{% include "user_listing.html" %}
{% endblock %}
{% block navbar %}{% endblock %}