03febd9484
* security * home screen remove GO button * fix * test * version
6 lines
No EOL
225 B
HTML
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> |