Skip to content

Instantly share code, notes, and snippets.

@trys
Created April 10, 2019 19:48
Show Gist options
  • Save trys/ca0aec8f2200ee1c334fa05304631b9a to your computer and use it in GitHub Desktop.
Save trys/ca0aec8f2200ee1c334fa05304631b9a to your computer and use it in GitHub Desktop.
Sergey template
<!DOCTYPE html>
<html>
<head>
<sergey-import src="head">
<title>Title</title>
</sergey-import>
</head>
<body>
<sergey-import src="header" />
<main>
<sergey-slot />
</main>
<sergey-import src="footer" />
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment