<slide>
<title>Tasting notes</title>

<div effect="fade-out">
<blurb>Collection: whisky</blurb>
<example><![CDATA[{
    name: "Glenfiddich 15",
    age: 15,
    strength: 50.3,
}]]></example>
<blurb>Collection: user</blurb>
<example><![CDATA[{
    name: "Derick",
    country: "England",
}]]></example>
<blurb>Collection: notes</blurb>
<example><![CDATA[{
    user_name: "Derick",
    whisky_name: "Glenfiddich 15",
    date: ISODate("2013-10-02"),
    note: "Caramel and honey, fruity with some hints of earth",
    likes: 17, rating: 3,
}]]></example>
</div>

<div effect="fade-in-out">
<blurb>Collection: whisky</blurb>
<example><![CDATA[{
    name: "Glenfiddich 15",
    age: 15,
    strength: 50.3,
}]]></example>
<blurb>Collection: user</blurb>
<example><![CDATA[{
    name: "Derick",
    country: "England",
    tasting_notes: [
        {
            whisky_name: "Glenfiddich 15",
            date: ISODate("2013-10-02"),
            note: "Caramel and honey, fruity with some hints of earth",
            likes: 17,
            rating: 3,
        }
    ]
}]]></example>
</div>

<div effect="fade-in">
<blurb>Collection: whisky</blurb>
<example><![CDATA[{
    name: "Glenfiddich 15",
    age: 15,
    strength: 50.3,
    tasting_notes: [
        {
            user_name: "Derick",
            date: ISODate("2013-10-02"),
            note: "Caramel and honey, fruity with some hints of earth",
            likes: 17,
            rating: 3,
        }
    ]
}]]></example>
<blurb>Collection: user</blurb>
<example><![CDATA[{
    name: "Derick",
    country: "England",
}]]></example>
</div>

</slide>
