Hello Heiko Kanzler "The Master"

Arrays with their key/values pairs can be nested for better organisation and referenced via "dot notation": the key nested.app contains the value RapidWeaver Classic.

The following sections displays a list of users, taken from the array in key people. Image, user name, profession and location for each user are stored in the data file. In RW, the card is only setup once and placed inside a Mustache Section Stack who loops over the key people.

Image
Madrid

Anna

Job Title: Key Account Manager

Location: Madrid

Image
Berlin

Debbie

Job Title: Sales Executive

Location: Berlin

Image
Gibraltar

Markus

Job Title: Team Lead

Location: Gibraltar

Image
Paris

François

Job Title: liaison Manager

Location: Paris

To inspect the demo data, click on the debug button below.

The profile images are referenced via RapidWeaver Macros, RW then translates them into real paths:

"profile_image" => "% resource(profile_images/user2) %"
translates to
https://images.unsplash.com/photo-1544005313-94ddf0286df2?crop=entropy&cs=tinysrgb&fit=max&fm=jpg……

Variables (../../mustache/globals/values.php):