rDrama/files/templates/submission_listing.html

5 lines
153 B
HTML
Raw Normal View History

2021-12-28 06:28:18 +00:00
{% if g.system == 'mobile' %}
{% include "submission_listing_mobile.html" %}
2021-12-14 22:48:37 +00:00
{% else %}
2021-12-28 06:28:18 +00:00
{% include "submission_listing_desktop.html" %}
{% endif %}