Dot All Lisbon – the official Craft CMS conference – is happening September 23 - 25.
`craft.fields`
You can access your site’s fields with craft.fields
.
Methods
The following methods are available:
getFieldByHandle( handle )
Returns a craft2:Craft\FieldModel object representing a field by its handle.
{% set body = craft.fields.getFieldByHandle('body') %}
{{ body.instructions }}