Created
February 8, 2017 12:28
-
-
Save alexdev27/28eeef321548b38370e26d0b7021ea25 to your computer and use it in GitHub Desktop.
base structure for sborschik_ver-1.0
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 lang="en" class="leave-px"> | |
<head> | |
@@include('head.html', {"title": "Заголовок"}) | |
</head> | |
<body> | |
@@include('header.html') | |
<!-- svg include --> | |
<!-- @@include('svgtmplt.html', {"cls": "one or bunch of classes", "sid": "id in symbol sprite"}) --> | |
<div class="wrapper"> | |
</div> | |
@@include('footer.html') | |
@@include('scripts.html') | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment