Docs > Tags > repeat
The <content:repeat> tag is used to define a block of repeatable content.
| Name | R? | Description |
|---|---|---|
| id | N | Unique identifier. Alphanumeric, must not start with a number. |
| max | Y | Maximum number of times the block can be repeated. |
Example
<content:repeat max="5">
<p class="trail">
<content:text name="title" schema="hyperlink"/>
<content:text name="summary" schema="styled"/>
</p>
</content:repeat>



