<div class="standfirst font-HNL3-s font-HNL2-m">
<p>Colonial botanical texts, as astonishingly beautiful as they are, may cast very dark shadows. Sita Reddy compares three works, each written roughly a century apart and under three different colonial powers in India.</p>
</div>
// @flow
import {font} from '../../../../utils/classnames';
type Props = {
body: HTMLElement
}
const Standfirst = ({body}: Props) => (
<div className={`standfirst ${font({s: 'HNL3', m: 'HNL2'})}`} dangerouslySetInnerHTML={{__html: body}} />
);
export default Standfirst;
{
"body": "<p>Colonial botanical texts, as astonishingly beautiful as they are, may cast very dark shadows. Sita Reddy compares three works, each written roughly a century apart and under three different colonial powers in India.</p>"
}
There are no notes for this item.