Skip to content

Instantly share code, notes, and snippets.

@alooze
Created April 13, 2015 23:47
Show Gist options
  • Save alooze/ee564f1204210a2d14e3 to your computer and use it in GitHub Desktop.
Save alooze/ee564f1204210a2d14e3 to your computer and use it in GitHub Desktop.
HTML к статье
<!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