{% if include.type == nil %} {% assign type="Note" %} {% elsif include.type == "Update" %} {% if include.date %} {% assign type=include.type | append: ", " | append: include.date %} {% else %} {% assign type=include.type %} {% endif %} {% assign update=true %} {% else %} {% assign type=include.type %} {% assign update=false %} {% endif %} {::options parse_block_html="true" /} {% if update %}