mirror of https://github.com/usbharu/Hideout.git
10 lines
311 B
HTML
10 lines
311 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" th:replace="~{layout::layout(${ogp}, ~{::#content})}" xmlns:th="http://www.thymeleaf.org">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Title</title>
|
|
</head>
|
|
<body>
|
|
<div id="content" th:replace="~{fragments-timeline :: simple-timline(${timeline},'/home')}"></div>
|
|
</body>
|
|
</html> |