Display the most recent posts
Here's an example.
<ul> <Loop type=post count=3 orderby=date order=desc> <li> <a href="{Field url}"><Field title /></a> </li> </Loop> </ul>
The above template will create a list of links to the three most recent posts.
This is similar to shortcodes, which are replaced by dynamic content.