Stirling-PDF/src/main/resources/templates/fragments/card.html
Anthony Stirling 03febd9484
Home screen change (#88)
* security

* home screen remove GO button

* fix

* test

* version
2023-04-15 19:55:55 +01:00

6 lines
No EOL
225 B
HTML

<div th:fragment="card" class="feature-card">
<a th:href="${cardLink}">
<h5 class="card-title text-primary" th:text="${cardTitle}"></h5>
<p class="card-text" th:text="${cardText}"></p>
</a>
</div>