{% if include.lookup %} {% assign citation = site.data.citations | where_exp: "citation", "citation.id == include.lookup or citation.title contains include.lookup" | first %} {% else %} {% assign citation = include %} {% endif %}
" | remove: "