rDrama/files/templates/CHRISTMAS/submission/SubmissionList.html
2022-01-02 15:54:06 -06:00

6 lines
No EOL
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 %}