{% from "components/document-list/_macro.njk" import onsDocumentList %}

{{
    onsDocumentList({
        "documents": [
            {
                "featured": true,
                "showMetadataFirst": true,
                "title": {
                    "text": 'Crime and justice',
                    "url": '#0'
                },
                "metadata": {
                    "object": {
                        "text": 'Topic'
                    }
                },
                "description": '<p>Figures on <mark>crime</mark> levels and trends for England and Wales based primarily on two sets of statistics: the <mark>Crime</mark> Survey for England and Wales (CSEW) and police recorded crime data.</p>
                <p>View all <a href="#0">datasets</a> or <a href="#0">publications</a> related to <a href="#0">Crime and justice</a></p>'
            }
        ]
    })
}}
