This is an example Partial

Partials support passing data from the posts plugin

This partial supports the following keys: myName, myEmail and myURL.

{% if data.myName %}

My Name is {{ data.myName }}

{% endif %} {% if data.myEmail %}

My email address is {{ data.myEmail }}

{% endif %} {% if data.myUrl %}

My website address is {{ data.myUrl }}

{% endif %}