A page contains 2 column lists, how to realize the data list


A page contains 2 column lists, how to realize the data list.
Currently I will only use the following code:
{{#foreach posts limit=“4”}}
{{!-- The tag below includes the markup for each post - partials/post-card.hbs --}}
{{> “post-card”}}
{{/foreach}}
Could you please tell me how to achieve the data display effect of the above picture?

Hey @terry :wave:
This would be done using standard HTML and CSS alongside Handlebars templating in Ghost. Are you comfortable with code? If not maybe someone from the community can offer their services to you? :blush: