c739c9dd2b
* Formatting * changeMeta * pdf to img fix * foramtting * new image * lang changes
5 lines
No EOL
244 B
HTML
5 lines
No EOL
244 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> |