Skip to content

Instantly share code, notes, and snippets.

@alexdev27
Created February 8, 2017 12:28
Show Gist options
  • Save alexdev27/28eeef321548b38370e26d0b7021ea25 to your computer and use it in GitHub Desktop.
Save alexdev27/28eeef321548b38370e26d0b7021ea25 to your computer and use it in GitHub Desktop.
base structure for sborschik_ver-1.0
<!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