We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
<r:each />
This is a loop tag that must be inside the <r:blog:articles /> tag to work. It loops through each article.
<r:blog:articles />
<r:blog:articles> <r:each> <!-- This is the content of each article --> </r:each> </r:blog:articles>