--- title: "Gallery" order: 4 icon: "M2 2V30H30V2H2M5 26l6-9 5 6 5-9 6 12H5" ---
{%for article in collections.articles%} {%if article.fileSlug == 'ocs'%} {{ article.content }} {%endif%} {%endfor%}
{%for article in collections.articles%} {%if article.fileSlug == 'fanart'%} {{ article.content }} {%endif%} {%endfor%}