forked from saurabh/orbit4-5
21 lines
640 B
Plaintext
21 lines
640 B
Plaintext
<!doctype html>
|
|
<html lang="<%= I18n.locale.to_s %>" class="orbit">
|
|
<head>
|
|
<%= render_partial("head") %>
|
|
</head>
|
|
<body class="page-home">
|
|
<%= render_orbit_bar %>
|
|
<%= render_header %>
|
|
<section class="layout-slide" data-pp="300"></section>
|
|
<div class="layout-content">
|
|
<div class="layout-content-inner container">
|
|
<section class="layout-content-box" data-pp="1"></section>
|
|
<div class="row">
|
|
<section class="layout-content-box col-sm-8" data-pp="2"></section>
|
|
<aside class="layout-content-box aside col-sm-4" data-pp="3"></aside>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<%= render_footer %>
|
|
</body>
|
|
</html> |