render() { return ( <div> {this.props.title} {this.props.author && <Author author={this.props.author} getAuthorUrl={this.getAuthorUrl} />} </div> ); }