mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-01-23 00:06:08 +01:00
5 lines
236 B
HTML
5 lines
236 B
HTML
<div th:fragment="card" class="feature-card">
|
|
<h5 class="card-title" th:text="${cardTitle}"></h5>
|
|
<p class="card-text" th:text="${cardText}"></p>
|
|
<a class="btn btn-primary" th:href="${cardLink}" th:text="#{goToPage}"></a>
|
|
</div> |