aboutsummaryrefslogtreecommitdiff
path: root/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/tags.html
blob: f4822b4aa0531cc41e55fb06aa0b538199f31d64 (plain) (blame)
1
2
3
<th:block th:each="tag:${tags}" xmlns:th="http://www.thymeleaf.org">
    <a th:href="|/tag/${tag}|" th:title="${tag}" th:text="${tag}">Tag</a>
</th:block>