blob: 6c68a86715eeac8989a4d2cf614c1020892566ce (
plain) (
blame)
1
2
3
4
5
6
7
8
|
<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org">
<body>
<div th:fragment="sponsors">
<span th:text="#{label.sponsors}">Спонсоры:</span>
</div>
</body>
</html>
|