forked from rDrama/rDrama
1
0
Fork 0
rDrama/files/templates/CHRISTMAS/submission/SubmissionList.html

6 lines
188 B
HTML

<!-- Display list of posts -->
{% if v and v.compact %}
{% include "CHRISTMAS/submission_listing_compact.html" %}
{% else %}
{% include "CHRISTMAS/submission_listing.html" %}
{% endif %}