Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html lang="en" xmlns:th="http://www.thymeleaf.org">
- <nav th:fragment="mainMenu">
- <menu>
- <li th:fragment="menuItem" th:each="category: ${categories}"><a th:href="${category.getAbsoluteUrl()}" th:text="${category.getCategory()}">Ссылка</a></li>
- </menu>
- </nav>
- <nav th:fragment="bottomMenu">
- <menu>
- <li th:include="::menuItem">пункт меню</li>
- <!-- <li th:fragment="menuItem" th:each="category: ${categories}"><a th:href="${category.getAbsoluteUrl()}" th:text="${category.getCategory()}">Ссылка</a></li>-->
- <br>
- <li><a href="#">Пользовательское соглашение</a></li>
- <li><a href="#">Связь с редакцией</a></li>
- </menu>
- </nav>
Advertisement
Add Comment
Please, Sign In to add comment