<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml&... xmlns:th="http://www.thymeleaf.org"...
<head th:replace="/resources/templates/index :: headTag"></head>
<body id="sthq" >
<!-- Main view -->
<p ui-view=""></p>
<!--plugin html files-->
<p th:each="templatePluginFile : ${templatePluginFiles}">
<p th:replace="${templatePluginFile} :: plugin"></p>
</p>
</body>
</html>
雷雷