Created
April 13, 2015 23:47
-
-
Save alooze/ee564f1204210a2d14e3 to your computer and use it in GitHub Desktop.
HTML к статье
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> | |
{{header}} | |
<body> | |
<div id="wrapper"> | |
<div class="w1"> | |
{{top_info}} | |
<section id="main"> | |
<aside id="sidebar"> | |
<h2>Каталог дверей</h2> | |
{{catalog_menu}} | |
{{banners}} | |
{{certificates}} | |
</aside> | |
<section id="content"> | |
{{best}} | |
[*content*] | |
</section> | |
</section> | |
</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment