asiaH5/home/index.html.erb

22 lines
777 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 no-print single-child-datapp" data-pp="300"></section>
<div class="layout-content">
<a id="accesskey_content" accesskey="C" href="/<%= "#{locale.to_s}" %>/accesskey" title="Content">:::</a>
<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>