{%- assign game_data = include.series.games[include.game] -%} {%- unless include.notitle -%}
{%- if game_data.sub-series -%} {{ game_data.sub-series }} {% if game_data.genres.size > 0 || game_data.platforms.size > 0 %} | {% endif %} {%- endif -%} {{ game_data.genres | join: ", " }} {% if game_data.genres.size > 0 && game_data.platforms.size > 0 %} | {% endif %} {{ game_data.platforms | join: ", " }}
{%- if game_data.comment -%}{{ game_data.comment | markdownify }}
{%- endif -%}