Skip to content

Instantly share code, notes, and snippets.

@odrotbohm
Created January 10, 2024 12:40
Show Gist options
  • Save odrotbohm/aa0b604d9f050f6ccaec34ceda8807ce to your computer and use it in GitHub Desktop.
Save odrotbohm/aa0b604d9f050f6ccaec34ceda8807ce to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html html xmlns="http://www.w3.org/1999/xhtml"
xmlns:th="http://www.thymeleaf.org"
th:replace="~{layout :: layout(~{:: #content})}">
<body cds-theme="dark">
<div class="content-area" id="content">
</div>
</body>
</html>
<!DOCTYPE html>
<html html xmlns="http://www.w3.org/1999/xhtml"
xmlns:th="http://www.thymeleaf.org"
th:fragment="layout(content)">
<div class="content-area" th:insert="${content}"></div>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment