in 04 - Layout/03 - Usage.js [14:22]
render() {
// Variable height list item (A list can also act as an item)
return (
<VerticalList>
<Header>{this.props.story.title}</Header>
<Content>{this.props.story.content}</Content>
<VerticalList>
);
}