Skip to content

Instantly share code, notes, and snippets.

@luwes
Created February 25, 2023 23:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luwes/89851a17507a2ea9c6937ebd605a1e8f to your computer and use it in GitHub Desktop.
Save luwes/89851a17507a2ea9c6937ebd605a1e8f to your computer and use it in GitHub Desktop.
Example remote layout.html for template-extends
<template block="head">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css" />
</template>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<main>
<header>
header
</header>
<template block="content">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</template>
<br>
<br>
<footer>
footer
</footer>
</main>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment