Hideout/hideout-core/src/main/resources/templates/homeTimeline.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>