We are trying to use the blog feature as an readily available mechanism to store "news" items (event announcements, information on papers published etc.). On our homepage, we would thus like to show a short list of say, the latest 5-6 posts with just the title and maybe a date, similar to this

Specifically, I want this list to appear on a website with several other static and dynamic items.
Is there an easy way to achieve this with Grav? And is it possible to do it just in Markdown (such that it can be easily positioned in relation to other entries on a page) or would I have to create a special HTML template for it? I've read about twigs being able to do something like this (e.g., https://learn.getgrav.org/17/cookbook/twig-recipes#list-the-last-5-recent-bl), but I am too unfamiliar with Grav/Twigs yet to know exactly how and where I can use such a code.