22 lines
588 B
HTML
22 lines
588 B
HTML
<!DOCTYPE html>
|
|
<html xmlns:th="https://www.thymeleaf.org"
|
|
th:replace="~{modules/layouts/layout :: layout(_head = null,_content = ~{::content},_title = ${'片刻' + ' - ' + site.title})}">
|
|
|
|
<th:block th:fragment="content">
|
|
|
|
<div class="page_main uk-width-2-3@m">
|
|
|
|
<th:block th:replace="~{modules/header}"/>
|
|
|
|
<div id="pjax-container">
|
|
|
|
<th:block th:replace="~{macro/home-moment :: home-moment(${moments},${tags})}"></th:block>
|
|
|
|
</div>
|
|
|
|
<th:block th:replace="~{modules/footer-main}"/>
|
|
|
|
</div>
|
|
</th:block>
|
|
|
|
</html> |