Sha256: 54be6c8b7ea0f6e3cdaf3ce8d6b8685a565af056be6deca2ae1ad8660eeb268f
Contents?: true
Size: 665 Bytes
Versions: 4
Compression:
Stored size: 665 Bytes
Contents
{% from 'table/macro.njk' import govukTable %} {{ govukTable({ "rows": [ [ { "text": "January" }, { "text": "£85", "format": "numeric" }, { "text": "£95", "format": "numeric" } ], [ { "text": "February" }, { "text": "£75", "format": "numeric" }, { "text": "£55", "format": "numeric" } ], [ { "text": "March" }, { "text": "£165", "format": "numeric" }, { "text": "£125", "format": "numeric" } ] ] }) }}
Version data entries
4 entries across 4 versions & 2 rubygems