{{ " " }}
{{ include.title | default:
{% if include.title %} {{ include.title }} {% endif %} {% if include.subtitle %} {{ include.subtitle }} {% endif %} {% if include.description %}

{{ include.description | markdownify | remove: "

" | remove: "

" }}

{% endif %} {% if include.tags or include.repo %} {% include tags.html tags=include.tags repo=include.repo %} {% endif %}