1. Home
  2. Docs
  3. Liquid
  4. Listings
  5. Features

Features

Bedrooms

Displays the total number of bedrooms

{{ property.bedrooms }}
3

Bathrooms

Displays the total number of bathrooms

{{ property.bathrooms }}
1

Total Parking

Displays the total number of car parks

{{ property.total_parking }}
2

Land Size / Land Size Units

Returns the land size if present

{{ property.land_size }} {{ property.land_size_units }}
250 m2

Building Size / Building Size Units

Returns the land size if present

{{ property.building_size }} {{ property.building_size_units }}
250 m2

Study

Returns true if the study feature is selected

{{ property.study }}
true

Pool In Ground

Returns true if the pool in ground feature is selected

{{ property.pool_in_ground }}
true

Pool Above Ground

Returns true if the pool above ground feature is selected

{{ property.pool_above_ground }}
false

Custom Features

Returns a list of custom features added to the property. The amount of custom features returned can be limited by using the limit liquid filter.

{% for custom_feature in property.custom_features %}
	{{ custom_feature }}
{% endfor %}
Custom Feature 1
Custom Feature 2
Custom Feature 3

Pretty Features

Returns a formatted list of features selected in the Features tab of a property. The amount of features returned can be limited by using the limit liquid filter.

{% for feature in property.pretty_features %}
	{{ feature }}
{% endfor %}
Rumpus Room
Separate Living Unit
European Laundry
Library