stories
11 months ago
action-button.html
1 year ago
action-link.html
1 year ago
activate-license.html
1 year ago
badge.html
1 year ago
dismiss.html
5 years ago
footer.html
5 years ago
index.html.php
11 months ago
row-item.html
5 years ago
section.html
1 year ago
sub-header.html
5 years ago
row-item.html
14 lines
| 1 | <article id="{{ id }}" class="setup-item {{ class }}" data-givewp-test="{{ testId }}"> |
| 2 | <img class="icon" src="{{ icon }}" alt="{{ icon_alt }}"> |
| 3 | <div class="content"> |
| 4 | <h3 class="header"> |
| 5 | {{ title }} |
| 6 | </h3> |
| 7 | <p class="description"> |
| 8 | {{ description }} |
| 9 | </p> |
| 10 | </div> |
| 11 | <div class="action"> |
| 12 | {{ action }} |
| 13 | </div> |
| 14 | </article> |