rDrama/files/templates/search_users.html
2021-12-15 00:48:37 +02:00

9 lines
No EOL
228 B
HTML

{% extends "search.html" %}
{% block listing_template %}
<div class="row row-cols-1 row-cols-md-3 mt-3">
{% include "user_listing.html" %}
</div>
{% endblock %}
{% block listinglength %}{{users | length}}{% endblock %}