Created
April 10, 2019 19:48
-
-
Save trys/ca0aec8f2200ee1c334fa05304631b9a to your computer and use it in GitHub Desktop.
Sergey template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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