{# contains informations on the custom fields for that post. If you just want to access to only one specific field you can use the field. ex.: meta_paypal_donate for accessing custom field named paypal_donate #} {% if post %} {% if post.metas is defined %}

Custom fields

{# access to the right meta #} {% if post.metas.paypal_donate is defined %}

A custom field : paypal_donate

Donate with Paypal {% endif %} {% endif %} {% endif %}